Html Css Color HEX #F31DA1 Persian Rose

📋 copy color: '#F31DA1'

red 243 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #F31DA1

Tints of Persian Rose #F31DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 56.12%
G = 6.7%
B = 37.18%

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

#F31DA1 (or 0xF31DA1) is known color: Persian Rose. HEX triplet: F3, 1D and A1. RGB value is (243,29,161). Sum of RGB (Red+Green+Blue) = 243+29+161=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DA1 is #0CE25E. Grayscale: #6B6B6B. Windows color (decimal): -844383 or 10558963. OLE color: 10558963.

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

Color convert

RGB 243 29 161 -
CMYK 0 0.88 0.34 0.05
HSL 322.99º 0.9% 0.53% -
HSV(B) 322.99º 0.88% 0.95% -
XYZ 43.83 22.51 35.75 -
YUV 108.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 243 29 161 0 0.88 0.34 0.05 322.99 0.9 0.53
Hex F3 1D A1 0 58 22 5 143 5A 35
Octal 363 35 241 0 130 42 5 503 132 65
Binary 11110011 11101 10100001 0 1011000 100010 101 101000011 1011010 110101

Color Harmonies of #F31DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DA1

Black with #F31DA1

Text Example


Text Example

White with #F31DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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