#F645BB

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

Shades of Razzle Dazzle Rose #F645BB

Tints of Razzle Dazzle Rose #F645BB

Color information

#F645BB (or 0xF645BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 45 and BB. RGB value is (246,69,187). Sum of RGB (Red+Green+Blue) = 246+69+187=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F645BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F645BB is #09BA44. Grayscale: #878787. Windows color (decimal): -637509 or 12273142. OLE color: 12273142.

HSL color Cylindrical-coordinate representation of color #F645BB: hue angle of 320º 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 #F645BB is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24669187-
CMYK00.720.240.04
HSL320º90.77%61.76%-
HSV(B)320º71.95%96.47%-
XYZ49.127.4449.72-
YUV135.38157.14206.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 69 (27.34% from 255) = 13.75%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=49.00%
G=13.75%
B=37.25%

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
Decimal2466918700.720.240.0432090.7761.76
HexF645BB0481841405b3e
Octal366105273011030450013376
Binary1111011010001011011101101001000110001001010000001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F645BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F645BB; }

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

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

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

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

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

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

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

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