#F040B6

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

Shades of Razzle Dazzle Rose #F040B6

Tints of Razzle Dazzle Rose #F040B6

Color information

#F040B6 (or 0xF040B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 40 and B6. RGB value is (240,64,182). Sum of RGB (Red+Green+Blue) = 240+64+182=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F040B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040B6 is #0FBF49. Grayscale: #818181. Windows color (decimal): -1032010 or 11944176. OLE color: 11944176.

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

Color convert

RGB24064182-
CMYK00.730.240.06
HSL319.77º85.44%59.61%-
HSV(B)319.77º73.33%94.12%-
XYZ46.2125.5746.76-
YUV130.08157.31206.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 64 (25.39% from 255) = 13.17%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=49.38%
G=13.17%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406418200.730.240.06319.7785.4459.61
HexF040B6049186140553c
Octal360100266011130650012574
Binary1111000010000001011011001001001110001101010000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F040B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F040B6; }

 p { color: rgb(240,64,182); }

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

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

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

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

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

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

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