#F12EA8

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

Shades of Persian Rose #F12EA8

Tints of Persian Rose #F12EA8

Color information

#F12EA8 (or 0xF12EA8) is unknown color: approx Persian Rose. HEX triplet: F1, 2E and A8. RGB value is (241,46,168). Sum of RGB (Red+Green+Blue) = 241+46+168=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12EA8 is #0ED157. Grayscale: #757575. Windows color (decimal): -971096 or 11022065. OLE color: 11022065.

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

Color convert

RGB24146168-
CMYK00.810.300.05
HSL322.46º87.44%56.27%-
HSV(B)322.46º80.91%94.51%-
XYZ44.3223.4839.24-
YUV118.21156.1215.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 46 (18.36% from 255) = 10.11%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=52.97%
G=10.11%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414616800.810.300.05322.4687.4456.27
HexF12EA80511E51425738
Octal36156250012136550212770
Binary111100011011101010100001010001111101011010000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12EA8; }

 p { color: rgb(241,46,168); }

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

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

 a { background-color: rgb(241,46,168); }

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

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

 span { border-color: rgb(241,46,168); }

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