Html Css Color HEX #F131A8 Persian Rose

📋 copy color: '#F131A8'

red 241 ◦ green 49 ◦ blue 168

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

Shades of Persian Rose #F131A8

Tints of Persian Rose #F131A8

RGB

 RED value IS 241 (94.53% from 255) = 52.62%

 GREEN value IS 49 (19.53% from 255) = 10.7%

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 52.62%
G = 10.7%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F131A8 (or 0xF131A8) is known color: Persian Rose. HEX triplet: F1, 31 and A8. RGB value is (241,49,168). Sum of RGB (Red+Green+Blue) = 241+49+168=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F131A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F131A8 is #0ECE57. Grayscale: #777777. Windows color (decimal): -970328 or 11022833. OLE color: 11022833.

HSL color Cylindrical-coordinate representation of color #F131A8: hue angle of 322.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131A8 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 168 -
CMYK 0 0.80 0.30 0.05
HSL 322.81º 0.87% 0.57% -
HSV(B) 322.81º 0.8% 0.95% -
XYZ 44.44 23.72 39.28 -
YUV 119.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 241 49 168 0 0.80 0.30 0.05 322.81 0.87 0.57
Hex F1 31 A8 0 50 1E 5 143 57 39
Octal 361 61 250 0 120 36 5 503 127 71
Binary 11110001 110001 10101000 0 1010000 11110 101 101000011 1010111 111001

Color Harmonies of #F131A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131A8

Black with #F131A8

Text Example


Text Example

White with #F131A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131A8; }

 p { color: rgb(241,49,168); }

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

background-color css

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

 a { background-color: rgb(241,49,168); }

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

border-color css

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

 span { border-color: rgb(241,49,168); }

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