Html Css Color HEX #F31A9F Persian Rose

📋 copy color: '#F31A9F'

red 243 ◦ green 26 ◦ blue 159

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

Shades of Persian Rose #F31A9F

Tints of Persian Rose #F31A9F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

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

R = 56.78%
G = 6.07%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F31A9F (or 0xF31A9F) is known color: Persian Rose. HEX triplet: F3, 1A and 9F. RGB value is (243,26,159). Sum of RGB (Red+Green+Blue) = 243+26+159=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A9F is #0CE560. Grayscale: #696969. Windows color (decimal): -845153 or 10427123. OLE color: 10427123.

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

Color convert

RGB 243 26 159 -
CMYK 0 0.89 0.35 0.05
HSL 323.23º 0.9% 0.53% -
HSV(B) 323.23º 0.89% 0.95% -
XYZ 43.59 22.3 34.81 -
YUV 106.05 157.89 225.69 -
System Red Green Blue C M Y K H S L
Decimal 243 26 159 0 0.89 0.35 0.05 323.23 0.9 0.53
Hex F3 1A 9F 0 59 23 5 143 5A 35
Octal 363 32 237 0 131 43 5 503 132 65
Binary 11110011 11010 10011111 0 1011001 100011 101 101000011 1011010 110101

Color Harmonies of #F31A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A9F

Black with #F31A9F

Text Example


Text Example

White with #F31A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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