Html Css Color HEX #F11FA1 Persian Rose

📋 copy color: '#F11FA1'

red 241 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #F11FA1

Tints of Persian Rose #F11FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.18%

R = 55.66%
G = 7.16%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F11FA1 (or 0xF11FA1) is known color: Persian Rose. HEX triplet: F1, 1F and A1. RGB value is (241,31,161). Sum of RGB (Red+Green+Blue) = 241+31+161=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11FA1 is #0EE05E. Grayscale: #6C6C6C. Windows color (decimal): -974943 or 10559473. OLE color: 10559473.

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

Color convert

RGB 241 31 161 -
CMYK 0 0.87 0.33 0.05
HSL 322.86º 0.88% 0.53% -
HSV(B) 322.86º 0.87% 0.95% -
XYZ 43.2 22.25 35.74 -
YUV 108.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 241 31 161 0 0.87 0.33 0.05 322.86 0.88 0.53
Hex F1 1F A1 0 57 21 5 143 58 35
Octal 361 37 241 0 127 41 5 503 130 65
Binary 11110001 11111 10100001 0 1010111 100001 101 101000011 1011000 110101

Color Harmonies of #F11FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FA1

Black with #F11FA1

Text Example


Text Example

White with #F11FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FA1; }

 p { color: rgb(241,31,161); }

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

background-color css

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

 a { background-color: rgb(241,31,161); }

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

border-color css

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

 span { border-color: rgb(241,31,161); }

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