#F12ACD

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

Shades of Razzle Dazzle Rose #F12ACD

Tints of Razzle Dazzle Rose #F12ACD

Color information

#F12ACD (or 0xF12ACD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2A and CD. RGB value is (241,42,205). Sum of RGB (Red+Green+Blue) = 241+42+205=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ACD is #0ED532. Grayscale: #777777. Windows color (decimal): -972083 or 13445873. OLE color: 13445873.

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

Color convert

RGB24142205-
CMYK00.830.150.05
HSL310.85º87.67%55.49%-
HSV(B)310.85º82.57%94.51%-
XYZ48.1224.7660-
YUV120.08175.93214.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 42 (16.80% from 255) = 8.61%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=49.39%
G=8.61%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414220500.830.150.05310.8587.6755.49
HexF12ACD053F51375837
Octal36152315012317546713067
Binary11110001101010110011010101001111111011001101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12ACD; }

 p { color: rgb(241,42,205); }

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

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

 a { background-color: rgb(241,42,205); }

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

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

 span { border-color: rgb(241,42,205); }

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