Html Css Color HEX #F131AD Persian Rose

📋 copy color: '#F131AD'

red 241 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #F131AD

Tints of Persian Rose #F131AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 52.05%
G = 10.58%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F131AD (or 0xF131AD) is known color: Persian Rose. HEX triplet: F1, 31 and AD. RGB value is (241,49,173). Sum of RGB (Red+Green+Blue) = 241+49+173=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F131AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F131AD is #0ECE52. Grayscale: #787878. Windows color (decimal): -970323 or 11350513. OLE color: 11350513.

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

Color convert

RGB 241 49 173 -
CMYK 0 0.80 0.28 0.05
HSL 321.25º 0.87% 0.57% -
HSV(B) 321.25º 0.8% 0.95% -
XYZ 44.92 23.91 41.78 -
YUV 120.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 241 49 173 0 0.80 0.28 0.05 321.25 0.87 0.57
Hex F1 31 AD 0 50 1C 5 141 57 39
Octal 361 61 255 0 120 34 5 501 127 71
Binary 11110001 110001 10101101 0 1010000 11100 101 101000001 1010111 111001

Color Harmonies of #F131AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131AD

Black with #F131AD

Text Example


Text Example

White with #F131AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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