Html Css Color HEX #F131AF Persian Rose

📋 copy color: '#F131AF'

red 241 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #F131AF

Tints of Persian Rose #F131AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 51.83%
G = 10.54%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F131AF (or 0xF131AF) is known color: Persian Rose. HEX triplet: F1, 31 and AF. RGB value is (241,49,175). Sum of RGB (Red+Green+Blue) = 241+49+175=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F131AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F131AF is #0ECE50. Grayscale: #787878. Windows color (decimal): -970321 or 11481585. OLE color: 11481585.

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

Color convert

RGB 241 49 175 -
CMYK 0 0.80 0.27 0.05
HSL 320.63º 0.87% 0.57% -
HSV(B) 320.63º 0.8% 0.95% -
XYZ 45.11 23.99 42.81 -
YUV 120.77 158.61 213.75 -
System Red Green Blue C M Y K H S L
Decimal 241 49 175 0 0.80 0.27 0.05 320.63 0.87 0.57
Hex F1 31 AF 0 50 1B 5 141 57 39
Octal 361 61 257 0 120 33 5 501 127 71
Binary 11110001 110001 10101111 0 1010000 11011 101 101000001 1010111 111001

Color Harmonies of #F131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131AF

Black with #F131AF

Text Example


Text Example

White with #F131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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