Html Css Color HEX #F11FA3 Persian Rose

📋 copy color: '#F11FA3'

red 241 ◦ green 31 ◦ blue 163

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

Shades of Persian Rose #F11FA3

Tints of Persian Rose #F11FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.47%

R = 55.4%
G = 7.13%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F11FA3 (or 0xF11FA3) is known color: Persian Rose. HEX triplet: F1, 1F and A3. RGB value is (241,31,163). Sum of RGB (Red+Green+Blue) = 241+31+163=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11FA3 is #0EE05C. Grayscale: #6C6C6C. Windows color (decimal): -974941 or 10690545. OLE color: 10690545.

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

Color convert

RGB 241 31 163 -
CMYK 0 0.87 0.32 0.05
HSL 322.29º 0.88% 0.53% -
HSV(B) 322.29º 0.87% 0.95% -
XYZ 43.38 22.33 36.67 -
YUV 108.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 241 31 163 0 0.87 0.32 0.05 322.29 0.88 0.53
Hex F1 1F A3 0 57 20 5 142 58 35
Octal 361 37 243 0 127 40 5 502 130 65
Binary 11110001 11111 10100011 0 1010111 100000 101 101000010 1011000 110101

Color Harmonies of #F11FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FA3

Black with #F11FA3

Text Example


Text Example

White with #F11FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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