#F31EA2

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

Shades of Persian Rose #F31EA2

Tints of Persian Rose #F31EA2

Color information

#F31EA2 (or 0xF31EA2) is unknown color: approx Persian Rose. HEX triplet: F3, 1E and A2. RGB value is (243,30,162). Sum of RGB (Red+Green+Blue) = 243+30+162=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31EA2 is #0CE15D. Grayscale: #6C6C6C. Windows color (decimal): -844126 or 10624755. OLE color: 10624755.

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

Color convert

RGB24330162-
CMYK00.880.330.05
HSL322.82º89.87%53.53%-
HSV(B)322.82º87.65%95.29%-
XYZ43.9522.5936.23-
YUV108.74158.07223.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 30 (12.11% from 255) = 6.90%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=55.86%
G=6.90%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433016200.880.330.05322.8289.8753.53
HexF31EA20582151435a36
Octal36336242013041550313266
Binary111100111111010100010010110001000011011010000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31EA2; }

 p { color: rgb(243,30,162); }

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

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

 a { background-color: rgb(243,30,162); }

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

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

 span { border-color: rgb(243,30,162); }

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