#F142D7

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

Shades of Razzle Dazzle Rose #F142D7

Tints of Razzle Dazzle Rose #F142D7

Color information

#F142D7 (or 0xF142D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 42 and D7. RGB value is (241,66,215). Sum of RGB (Red+Green+Blue) = 241+66+215=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F142D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142D7 is #0EBD28. Grayscale: #868686. Windows color (decimal): -965929 or 14107377. OLE color: 14107377.

HSL color Cylindrical-coordinate representation of color #F142D7: hue angle of 308.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F142D7 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB24166215-
CMYK00.730.110.05
HSL308.91º86.21%60.2%-
HSV(B)308.91º72.61%94.51%-
XYZ50.4927.566.94-
YUV135.31172.98203.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 66 (26.17% from 255) = 12.64%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=46.17%
G=12.64%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416621500.730.110.05308.9186.2160.2
HexF142D7049B5135563c
Octal361102327011113546512674
Binary111100011000010110101110100100110111011001101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F142D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F142D7; }

 p { color: rgb(241,66,215); }

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

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

 a { background-color: rgb(241,66,215); }

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

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

 span { border-color: rgb(241,66,215); }

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