Html Css Color HEX #F31CA0 Persian Rose

📋 copy color: '#F31CA0'

red 243 ◦ green 28 ◦ blue 160

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

Shades of Persian Rose #F31CA0

Tints of Persian Rose #F31CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 56.38%
G = 6.5%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F31CA0 (or 0xF31CA0) is known color: Persian Rose. HEX triplet: F3, 1C and A0. RGB value is (243,28,160). Sum of RGB (Red+Green+Blue) = 243+28+160=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31CA0 is #0CE35F. Grayscale: #6B6B6B. Windows color (decimal): -844640 or 10493171. OLE color: 10493171.

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

Color convert

RGB 243 28 160 -
CMYK 0 0.88 0.34 0.05
HSL 323.16º 0.9% 0.53% -
HSV(B) 323.16º 0.88% 0.95% -
XYZ 43.72 22.42 35.28 -
YUV 107.33 157.73 224.77 -
System Red Green Blue C M Y K H S L
Decimal 243 28 160 0 0.88 0.34 0.05 323.16 0.9 0.53
Hex F3 1C A0 0 58 22 5 143 5A 35
Octal 363 34 240 0 130 42 5 503 132 65
Binary 11110011 11100 10100000 0 1011000 100010 101 101000011 1011010 110101

Color Harmonies of #F31CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CA0

Black with #F31CA0

Text Example


Text Example

White with #F31CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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