#F142D5

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

Shades of Razzle Dazzle Rose #F142D5

Tints of Razzle Dazzle Rose #F142D5

Color information

#F142D5 (or 0xF142D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 42 and D5. RGB value is (241,66,213). Sum of RGB (Red+Green+Blue) = 241+66+213=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F142D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142D5 is #0EBD2A. Grayscale: #868686. Windows color (decimal): -965931 or 13976305. OLE color: 13976305.

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

Color convert

RGB24166213-
CMYK00.730.120.05
HSL309.6º86.21%60.2%-
HSV(B)309.6º72.61%94.51%-
XYZ50.2327.465.59-
YUV135.08171.98203.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 66 (26.17% from 255) = 12.69%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=46.35%
G=12.69%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416621300.730.120.05309.686.2160.2
HexF142D5049C5136563c
Octal361102325011114546612674
Binary111100011000010110101010100100111001011001101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F142D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F142D5; }

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

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

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

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

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

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

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

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