Html Css Color HEX #F11AB9 Shocking Pink

📋 copy color: '#F11AB9'

red 241 ◦ green 26 ◦ blue 185

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

Shades of Shocking Pink #F11AB9

Tints of Shocking Pink #F11AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.75%

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

R = 53.32%
G = 5.75%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F11AB9 (or 0xF11AB9) is known color: Shocking Pink. HEX triplet: F1, 1A and B9. RGB value is (241,26,185). Sum of RGB (Red+Green+Blue) = 241+26+185=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AB9 is #0EE546. Grayscale: #6B6B6B. Windows color (decimal): -976199 or 12131057. OLE color: 12131057.

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

Color convert

RGB 241 26 185 -
CMYK 0 0.89 0.23 0.05
HSL 315.63º 0.88% 0.52% -
HSV(B) 315.63º 0.89% 0.95% -
XYZ 45.4 22.94 47.93 -
YUV 108.41 171.23 222.57 -
System Red Green Blue C M Y K H S L
Decimal 241 26 185 0 0.89 0.23 0.05 315.63 0.88 0.52
Hex F1 1A B9 0 59 17 5 13C 58 34
Octal 361 32 271 0 131 27 5 474 130 64
Binary 11110001 11010 10111001 0 1011001 10111 101 100111100 1011000 110100

Color Harmonies of #F11AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11AB9

Black with #F11AB9

Text Example


Text Example

White with #F11AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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