Html Css Color HEX #F11DB9 Shocking Pink

📋 copy color: '#F11DB9'

red 241 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #F11DB9

Tints of Shocking Pink #F11DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.37%

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 52.97%
G = 6.37%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F11DB9 (or 0xF11DB9) is known color: Shocking Pink. HEX triplet: F1, 1D and B9. RGB value is (241,29,185). Sum of RGB (Red+Green+Blue) = 241+29+185=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DB9 is #0EE246. Grayscale: #6D6D6D. Windows color (decimal): -975431 or 12131825. OLE color: 12131825.

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

Color convert

RGB 241 29 185 -
CMYK 0 0.88 0.23 0.05
HSL 315.85º 0.88% 0.53% -
HSV(B) 315.85º 0.88% 0.95% -
XYZ 45.47 23.08 47.96 -
YUV 110.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 241 29 185 0 0.88 0.23 0.05 315.85 0.88 0.53
Hex F1 1D B9 0 58 17 5 13C 58 35
Octal 361 35 271 0 130 27 5 474 130 65
Binary 11110001 11101 10111001 0 1011000 10111 101 100111100 1011000 110101

Color Harmonies of #F11DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DB9

Black with #F11DB9

Text Example


Text Example

White with #F11DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DB9; }

 p { color: rgb(241,29,185); }

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

background-color css

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

 a { background-color: rgb(241,29,185); }

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

border-color css

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

 span { border-color: rgb(241,29,185); }

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