Html Css Color HEX #F11F83 Deep Pink

📋 copy color: '#F11F83'

red 241 ◦ green 31 ◦ blue 131

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

Shades of Deep Pink #F11F83

Tints of Deep Pink #F11F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 59.8%
G = 7.69%
B = 32.51%

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

#F11F83 (or 0xF11F83) is known color: Deep Pink. HEX triplet: F1, 1F and 83. RGB value is (241,31,131). Sum of RGB (Red+Green+Blue) = 241+31+131=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11F83 is #0EE07C. Grayscale: #696969. Windows color (decimal): -974973 or 8593393. OLE color: 8593393.

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

Color convert

RGB 241 31 131 -
CMYK 0 0.87 0.46 0.05
HSL 331.43º 0.88% 0.53% -
HSV(B) 331.43º 0.87% 0.95% -
XYZ 40.86 21.32 23.43 -
YUV 105.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 241 31 131 0 0.87 0.46 0.05 331.43 0.88 0.53
Hex F1 1F 83 0 57 2E 5 14B 58 35
Octal 361 37 203 0 127 56 5 513 130 65
Binary 11110001 11111 10000011 0 1010111 101110 101 101001011 1011000 110101

Color Harmonies of #F11F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F83

Black with #F11F83

Text Example


Text Example

White with #F11F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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