#F12DE5

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

Shades of Razzle Dazzle Rose #F12DE5

Tints of Razzle Dazzle Rose #F12DE5

Color information

#F12DE5 (or 0xF12DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2D and E5. RGB value is (241,45,229). Sum of RGB (Red+Green+Blue) = 241+45+229=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DE5 is #0ED21A. Grayscale: #7C7C7C. Windows color (decimal): -971291 or 15019505. OLE color: 15019505.

HSL color Cylindrical-coordinate representation of color #F12DE5: hue angle of 303.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DE5 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB24145229-
CMYK00.810.050.05
HSL303.67º87.5%56.08%-
HSV(B)303.67º81.33%94.51%-
XYZ51.3626.2376.49-
YUV124.58186.93211.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 45 (17.97% from 255) = 8.74%
BLUE value IS 229 (89.84% from 255) = 44.47%
R=46.80%
G=8.74%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414522900.810.050.05303.6787.556.08
HexF12DE5051551305838
Octal3615534501215546013070
Binary1111000110110111100101010100011011011001100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12DE5; }

 p { color: rgb(241,45,229); }

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

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

 a { background-color: rgb(241,45,229); }

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

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

 span { border-color: rgb(241,45,229); }

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