#F645BA

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

Shades of Razzle Dazzle Rose #F645BA

Tints of Razzle Dazzle Rose #F645BA

Color information

#F645BA (or 0xF645BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 45 and BA. RGB value is (246,69,186). Sum of RGB (Red+Green+Blue) = 246+69+186=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F645BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F645BA is #09BA45. Grayscale: #868686. Windows color (decimal): -637510 or 12207606. OLE color: 12207606.

HSL color Cylindrical-coordinate representation of color #F645BA: hue angle of 320.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F645BA is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24669186-
CMYK00.720.240.04
HSL320.34º90.77%61.76%-
HSV(B)320.34º71.95%96.47%-
XYZ4927.3949.16-
YUV135.26156.64206.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 69 (27.34% from 255) = 13.77%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=49.10%
G=13.77%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466918600.720.240.04320.3490.7761.76
HexF645BA0481841405b3e
Octal366105272011030450013376
Binary1111011010001011011101001001000110001001010000001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F645BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F645BA; }

 p { color: rgb(246,69,186); }

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

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

 a { background-color: rgb(246,69,186); }

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

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

 span { border-color: rgb(246,69,186); }

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