#F31EA1

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

Shades of Persian Rose #F31EA1

Tints of Persian Rose #F31EA1

Color information

#F31EA1 (or 0xF31EA1) is unknown color: approx Persian Rose. HEX triplet: F3, 1E and A1. RGB value is (243,30,161). Sum of RGB (Red+Green+Blue) = 243+30+161=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31EA1 is #0CE15E. Grayscale: #6C6C6C. Windows color (decimal): -844127 or 10559219. OLE color: 10559219.

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

Color convert

RGB24330161-
CMYK00.880.340.05
HSL323.1º89.87%53.53%-
HSV(B)323.1º87.65%95.29%-
XYZ43.8622.5635.76-
YUV108.62157.57223.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.99%
GREEN value IS 30 (12.11% from 255) = 6.91%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=55.99%
G=6.91%
B=37.10%

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
Decimal2433016100.880.340.05323.189.8753.53
HexF31EA10582251435a36
Octal36336241013042550313266
Binary111100111111010100001010110001000101011010000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31EA1; }

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

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

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

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

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

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

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

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