#F041B6

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

Shades of Razzle Dazzle Rose #F041B6

Tints of Razzle Dazzle Rose #F041B6

Color information

#F041B6 (or 0xF041B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 41 and B6. RGB value is (240,65,182). Sum of RGB (Red+Green+Blue) = 240+65+182=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F041B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041B6 is #0FBE49. Grayscale: #828282. Windows color (decimal): -1031754 or 11944432. OLE color: 11944432.

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

Color convert

RGB24065182-
CMYK00.730.240.06
HSL319.89º85.37%59.8%-
HSV(B)319.89º72.92%94.12%-
XYZ46.2725.6846.77-
YUV130.66156.98205.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.28%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=49.28%
G=13.35%
B=37.37%

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
Decimal2406518200.730.240.06319.8985.3759.8
HexF041B6049186140553c
Octal360101266011130650012574
Binary1111000010000011011011001001001110001101010000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041B6; }

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

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

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

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

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

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

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

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