#F744BA

Color #F744BA Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F744BA

Tints of Razzle Dazzle Rose #F744BA

Color information

#F744BA (or 0xF744BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 44 and BA. RGB value is (247,68,186). Sum of RGB (Red+Green+Blue) = 247+68+186=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F744BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744BA is #08BB45. Grayscale: #868686. Windows color (decimal): -572230 or 12207351. OLE color: 12207351.

HSL color Cylindrical-coordinate representation of color #F744BA: hue angle of 320.45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744BA is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24768186-
CMYK00.720.250.03
HSL320.45º91.79%61.76%-
HSV(B)320.45º72.47%96.86%-
XYZ49.2927.4549.16-
YUV134.97156.8207.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 68 (26.95% from 255) = 13.57%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=49.30%
G=13.57%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476818600.720.250.03320.4591.7961.76
HexF744BA0481931405c3e
Octal367104272011031350013476
Binary111101111000100101110100100100011001111010000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F744BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F744BA; }

 p { color: rgb(247,68,186); }

 H1.HeaderClassName
 {
   color: #F744BA;
 }
 .AnyTagClassName
 {
   color: #F744BA;
 }
</style>
background-color css

<style>
 a { background-color: #F744BA; }

 a { background-color: rgb(247,68,186); }

 div.DivClassName
 {
   background-color: #F744BA;
 }
 .BgClassName
 {
   background-color: #F744BA;
 }
</style>
border-color css

<style>
 span { border-color: #F744BA; }

 span { border-color: rgb(247,68,186); }

 td.TdClassName
 {
   border-color: #F744BA;
 }
 .TagClassName
 {
   border-color: #F744BA;
 }
</style>