#F31EA0

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

Shades of Persian Rose #F31EA0

Tints of Persian Rose #F31EA0

Color information

#F31EA0 (or 0xF31EA0) is unknown color: approx Persian Rose. HEX triplet: F3, 1E and A0. RGB value is (243,30,160). Sum of RGB (Red+Green+Blue) = 243+30+160=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31EA0 is #0CE15F. Grayscale: #6C6C6C. Windows color (decimal): -844128 or 10493683. OLE color: 10493683.

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

Color convert

RGB24330160-
CMYK00.880.340.05
HSL323.38º89.87%53.53%-
HSV(B)323.38º87.65%95.29%-
XYZ43.7722.5235.3-
YUV108.51157.07223.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.12%
GREEN value IS 30 (12.11% from 255) = 6.93%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=56.12%
G=6.93%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433016000.880.340.05323.3889.8753.53
HexF31EA00582251435a36
Octal36336240013042550313266
Binary111100111111010100000010110001000101011010000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31EA0; }

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

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

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

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

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

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

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

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