Html Css Color HEX #F31DA3 Persian Rose

📋 copy color: '#F31DA3'

red 243 ◦ green 29 ◦ blue 163

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

Shades of Persian Rose #F31DA3

Tints of Persian Rose #F31DA3

RGB

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

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

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

R = 55.86%
G = 6.67%
B = 37.47%

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

#F31DA3 (or 0xF31DA3) is known color: Persian Rose. HEX triplet: F3, 1D and A3. RGB value is (243,29,163). Sum of RGB (Red+Green+Blue) = 243+29+163=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DA3 is #0CE25C. Grayscale: #6B6B6B. Windows color (decimal): -844381 or 10690035. OLE color: 10690035.

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

Color convert

RGB 243 29 163 -
CMYK 0 0.88 0.33 0.05
HSL 322.43º 0.9% 0.53% -
HSV(B) 322.43º 0.88% 0.95% -
XYZ 44.01 22.58 36.69 -
YUV 108.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 243 29 163 0 0.88 0.33 0.05 322.43 0.9 0.53
Hex F3 1D A3 0 58 21 5 142 5A 35
Octal 363 35 243 0 130 41 5 502 132 65
Binary 11110011 11101 10100011 0 1011000 100001 101 101000010 1011010 110101

Color Harmonies of #F31DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DA3

Black with #F31DA3

Text Example


Text Example

White with #F31DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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