#F12DDB

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

Shades of Razzle Dazzle Rose #F12DDB

Tints of Razzle Dazzle Rose #F12DDB

Color information

#F12DDB (or 0xF12DDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2D and DB. RGB value is (241,45,219). Sum of RGB (Red+Green+Blue) = 241+45+219=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 45 (17.97% from 255 or 8.91% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDB is #0ED224. Grayscale: #7A7A7A. Windows color (decimal): -971301 or 14364145. OLE color: 14364145.

HSL color Cylindrical-coordinate representation of color #F12DDB: hue angle of 306.73º 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 #F12DDB is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24145219-
CMYK00.810.090.05
HSL306.73º87.5%56.08%-
HSV(B)306.73º81.33%94.51%-
XYZ5025.6969.34-
YUV123.44181.93211.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 45 (17.97% from 255) = 8.91%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=47.72%
G=8.91%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414521900.810.090.05306.7387.556.08
HexF12DDB051951335838
Octal36155333012111546313070
Binary11110001101101110110110101000110011011001100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12DDB; }

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

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

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

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

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

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

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

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