Html Css Color HEX #F11F81 Deep Pink

📋 copy color: '#F11F81'

red 241 ◦ green 31 ◦ blue 129

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

Shades of Deep Pink #F11F81

Tints of Deep Pink #F11F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 60.1%
G = 7.73%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F11F81 (or 0xF11F81) is known color: Deep Pink. HEX triplet: F1, 1F and 81. RGB value is (241,31,129). Sum of RGB (Red+Green+Blue) = 241+31+129=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11F81 is #0EE07E. Grayscale: #686868. Windows color (decimal): -974975 or 8462321. OLE color: 8462321.

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

Color convert

RGB 241 31 129 -
CMYK 0 0.87 0.46 0.05
HSL 332º 0.88% 0.53% -
HSV(B) 332º 0.87% 0.95% -
XYZ 40.73 21.27 22.73 -
YUV 104.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 241 31 129 0 0.87 0.46 0.05 332 0.88 0.53
Hex F1 1F 81 0 57 2E 5 14C 58 35
Octal 361 37 201 0 127 56 5 514 130 65
Binary 11110001 11111 10000001 0 1010111 101110 101 101001100 1011000 110101

Color Harmonies of #F11F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F81

Black with #F11F81

Text Example


Text Example

White with #F11F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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