#F42197

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

Shades of Persian Rose #F42197

Tints of Persian Rose #F42197

Color information

#F42197 (or 0xF42197) is unknown color: approx Persian Rose. HEX triplet: F4, 21 and 97. RGB value is (244,33,151). Sum of RGB (Red+Green+Blue) = 244+33+151=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F42197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42197 is #0BDE68. Grayscale: #6D6D6D. Windows color (decimal): -777833 or 9904628. OLE color: 9904628.

HSL color Cylindrical-coordinate representation of color #F42197: hue angle of 326.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42197 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24433151-
CMYK00.860.380.04
HSL326.45º90.56%54.31%-
HSV(B)326.45º86.48%95.69%-
XYZ43.4422.5631.34-
YUV109.54151.4223.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.01%
GREEN value IS 33 (13.28% from 255) = 7.71%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=57.01%
G=7.71%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443315100.860.380.04326.4590.5654.31
HexF421970562641465b36
Octal36441227012646450613366
Binary1111010010000110010111010101101001101001010001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42197; }

 p { color: rgb(244,33,151); }

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

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

 a { background-color: rgb(244,33,151); }

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

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

 span { border-color: rgb(244,33,151); }

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