Html Css Color HEX #F31D9C Persian Rose

📋 copy color: '#F31D9C'

red 243 ◦ green 29 ◦ blue 156

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

Shades of Persian Rose #F31D9C

Tints of Persian Rose #F31D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 56.78%
G = 6.78%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F31D9C (or 0xF31D9C) is known color: Persian Rose. HEX triplet: F3, 1D and 9C. RGB value is (243,29,156). Sum of RGB (Red+Green+Blue) = 243+29+156=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31D9C is #0CE263. Grayscale: #6B6B6B. Windows color (decimal): -844388 or 10231283. OLE color: 10231283.

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

Color convert

RGB 243 29 156 -
CMYK 0 0.88 0.36 0.05
HSL 324.39º 0.9% 0.53% -
HSV(B) 324.39º 0.88% 0.95% -
XYZ 43.4 22.33 33.48 -
YUV 107.46 155.4 224.67 -
System Red Green Blue C M Y K H S L
Decimal 243 29 156 0 0.88 0.36 0.05 324.39 0.9 0.53
Hex F3 1D 9C 0 58 24 5 144 5A 35
Octal 363 35 234 0 130 44 5 504 132 65
Binary 11110011 11101 10011100 0 1011000 100100 101 101000100 1011010 110101

Color Harmonies of #F31D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31D9C

Black with #F31D9C

Text Example


Text Example

White with #F31D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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