#F02FBA

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

Shades of Razzle Dazzle Rose #F02FBA

Tints of Razzle Dazzle Rose #F02FBA

Color information

#F02FBA (or 0xF02FBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2F and BA. RGB value is (240,47,186). Sum of RGB (Red+Green+Blue) = 240+47+186=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FBA is #0FD045. Grayscale: #787878. Windows color (decimal): -1036358 or 12201968. OLE color: 12201968.

HSL color Cylindrical-coordinate representation of color #F02FBA: hue angle of 316.79º 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 #F02FBA is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB24047186-
CMYK00.800.220.06
HSL316.79º86.55%56.27%-
HSV(B)316.79º80.42%94.12%-
XYZ45.8124.148.69-
YUV120.55164.94213.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 47 (18.75% from 255) = 9.94%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=50.74%
G=9.94%
B=39.32%

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
Decimal2404718600.800.220.06316.7986.5556.27
HexF02FBA05016613d5738
Octal36057272012026647512770
Binary111100001011111011101001010000101101101001111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FBA; }

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

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

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

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

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

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

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

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