#F02FBB

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

Shades of Razzle Dazzle Rose #F02FBB

Tints of Razzle Dazzle Rose #F02FBB

Color information

#F02FBB (or 0xF02FBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and BB. RGB value is (240,47,187). Sum of RGB (Red+Green+Blue) = 240+47+187=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FBB is #0FD044. Grayscale: #787878. Windows color (decimal): -1036357 or 12267504. OLE color: 12267504.

HSL color Cylindrical-coordinate representation of color #F02FBB: hue angle of 316.48º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FBB is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB24047187-
CMYK00.800.220.06
HSL316.48º86.55%56.27%-
HSV(B)316.48º80.42%94.12%-
XYZ45.9224.1549.25-
YUV120.67165.44213.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.63%
GREEN value IS 47 (18.75% from 255) = 9.92%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=50.63%
G=9.92%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404718700.800.220.06316.4886.5556.27
HexF02FBB05016613c5738
Octal36057273012026647412770
Binary111100001011111011101101010000101101101001111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FBB; }

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

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

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

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

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

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

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

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