Html Css Color HEX #F31EA3 Persian Rose

📋 copy color: '#F31EA3'

red 243 ◦ green 30 ◦ blue 163

#F31EA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F31EA3

Tints of Persian Rose #F31EA3

RGB

 RED value IS 243 (95.31% from 255) = 55.73%

 GREEN value IS 30 (12.11% from 255) = 6.88%

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 55.73%
G = 6.88%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F31EA3 (or 0xF31EA3) is known color: Persian Rose. HEX triplet: F3, 1E and A3. RGB value is (243,30,163). Sum of RGB (Red+Green+Blue) = 243+30+163=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31EA3 is #0CE15C. Grayscale: #6C6C6C. Windows color (decimal): -844125 or 10690291. OLE color: 10690291.

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

Color convert

RGB 243 30 163 -
CMYK 0 0.88 0.33 0.05
HSL 322.54º 0.9% 0.54% -
HSV(B) 322.54º 0.88% 0.95% -
XYZ 44.04 22.63 36.7 -
YUV 108.85 158.57 223.69 -
System Red Green Blue C M Y K H S L
Decimal 243 30 163 0 0.88 0.33 0.05 322.54 0.9 0.54
Hex F3 1E A3 0 58 21 5 143 5A 36
Octal 363 36 243 0 130 41 5 503 132 66
Binary 11110011 11110 10100011 0 1011000 100001 101 101000011 1011010 110110

Color Harmonies of #F31EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31EA3

Black with #F31EA3

Text Example


Text Example

White with #F31EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31EA3; }

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

 H1.HeaderClassName
 {
   color: #F31EA3;
 }
 .AnyTagClassName
 {
   color: #F31EA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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