#f01fd2

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

Shades of Razzle Dazzle Rose #F01FD2

Tints of Razzle Dazzle Rose #F01FD2

Color information

#F01FD2 (or 0xF01FD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 1F and D2. RGB value is (240,31,210). Sum of RGB (Red+Green+Blue) = 240+31+210=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FD2 is #0FE02D. Grayscale: #717171. Windows color (decimal): -1040430 or 13770736. OLE color: 13770736.

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

Color convert

RGB24031210-
CMYK00.870.120.06
HSL308.61º87.45%53.14%-
HSV(B)308.61º87.08%94.12%-
XYZ48.0624.1663.1-
YUV113.9182.24217.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 31 (12.5% from 255) = 6.44%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=49.90%
G=6.44%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403121000.870.120.06308.6187.4553.14
HexF01FD2057C61355735
Octal36037322012714646512765
Binary1111000011111110100100101011111001101001101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f01fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f01fd2; }

 p { color: rgb(240,31,210); }

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

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

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

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

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

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

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