#F042BB

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

Shades of Razzle Dazzle Rose #F042BB

Tints of Razzle Dazzle Rose #F042BB

Color information

#F042BB (or 0xF042BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 42 and BB. RGB value is (240,66,187). Sum of RGB (Red+Green+Blue) = 240+66+187=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F042BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F042BB is #0FBD44. Grayscale: #838383. Windows color (decimal): -1031493 or 12272368. OLE color: 12272368.

HSL color Cylindrical-coordinate representation of color #F042BB: hue angle of 318.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042BB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB24066187-
CMYK00.720.220.06
HSL318.28º85.29%60%-
HSV(B)318.28º72.5%94.12%-
XYZ46.8526.0149.56-
YUV131.82159.15205.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 66 (26.17% from 255) = 13.39%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=48.68%
G=13.39%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406618700.720.220.06318.2885.2960
HexF042BB04816613e553c
Octal360102273011026647612574
Binary1111000010000101011101101001000101101101001111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F042BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F042BB; }

 p { color: rgb(240,66,187); }

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

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

 a { background-color: rgb(240,66,187); }

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

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

 span { border-color: rgb(240,66,187); }

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