Html Css Color HEX #F11983 Deep Pink

📋 copy color: '#F11983'

red 241 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #F11983

Tints of Deep Pink #F11983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 60.71%
G = 6.3%
B = 33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F11983 (or 0xF11983) is known color: Deep Pink. HEX triplet: F1, 19 and 83. RGB value is (241,25,131). Sum of RGB (Red+Green+Blue) = 241+25+131=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F11983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11983 is #0EE67C. Grayscale: #656565. Windows color (decimal): -976509 or 8591857. OLE color: 8591857.

HSL color Cylindrical-coordinate representation of color #F11983: hue angle of 330.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11983 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 131 -
CMYK 0 0.90 0.46 0.05
HSL 330.56º 0.89% 0.52% -
HSV(B) 330.56º 0.9% 0.95% -
XYZ 40.72 21.03 23.39 -
YUV 101.67 144.56 227.38 -
System Red Green Blue C M Y K H S L
Decimal 241 25 131 0 0.90 0.46 0.05 330.56 0.89 0.52
Hex F1 19 83 0 5A 2E 5 14B 59 34
Octal 361 31 203 0 132 56 5 513 131 64
Binary 11110001 11001 10000011 0 1011010 101110 101 101001011 1011001 110100

Color Harmonies of #F11983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11983

Black with #F11983

Text Example


Text Example

White with #F11983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11983; }

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

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

background-color css

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

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

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

border-color css

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

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

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