Html Css Color HEX #F31F9F Persian Rose

📋 copy color: '#F31F9F'

red 243 ◦ green 31 ◦ blue 159

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

Shades of Persian Rose #F31F9F

Tints of Persian Rose #F31F9F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.16%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 56.12%
G = 7.16%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F31F9F (or 0xF31F9F) is known color: Persian Rose. HEX triplet: F3, 1F and 9F. RGB value is (243,31,159). Sum of RGB (Red+Green+Blue) = 243+31+159=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31F9F is #0CE060. Grayscale: #6C6C6C. Windows color (decimal): -843873 or 10428403. OLE color: 10428403.

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

Color convert

RGB 243 31 159 -
CMYK 0 0.87 0.35 0.05
HSL 323.77º 0.9% 0.54% -
HSV(B) 323.77º 0.87% 0.95% -
XYZ 43.71 22.54 34.85 -
YUV 108.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 243 31 159 0 0.87 0.35 0.05 323.77 0.9 0.54
Hex F3 1F 9F 0 57 23 5 144 5A 36
Octal 363 37 237 0 127 43 5 504 132 66
Binary 11110011 11111 10011111 0 1010111 100011 101 101000100 1011010 110110

Color Harmonies of #F31F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F9F

Black with #F31F9F

Text Example


Text Example

White with #F31F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F9F; }

 p { color: rgb(243,31,159); }

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

background-color css

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

 a { background-color: rgb(243,31,159); }

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

border-color css

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

 span { border-color: rgb(243,31,159); }

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