#F037F0

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

Shades of Razzle Dazzle Rose #F037F0

Tints of Razzle Dazzle Rose #F037F0

Color information

#F037F0 (or 0xF037F0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 37 and F0. RGB value is (240,55,240). Sum of RGB (Red+Green+Blue) = 240+55+240=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F037F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037F0 is #0FC80F. Grayscale: #828282. Windows color (decimal): -1034256 or 15742960. OLE color: 15742960.

HSL color Cylindrical-coordinate representation of color #F037F0: hue angle of 300º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F037F0 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB24055240-
CMYK00.7700.06
HSL300º86.05%57.84%-
HSV(B)300º77.08%94.12%-
XYZ53.0327.5584.96-
YUV131.4189.29205.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 55 (21.88% from 255) = 10.28%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=44.86%
G=10.28%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405524000.7700.0630086.0557.84
HexF037F004D0612c563a
Octal3606736001150645412672
Binary11110000110111111100000100110101101001011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F037F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F037F0; }

 p { color: rgb(240,55,240); }

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

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

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

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

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

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

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