Html Css Color HEX #F11ABF Shocking Pink

📋 copy color: '#F11ABF'

red 241 ◦ green 26 ◦ blue 191

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

Shades of Shocking Pink #F11ABF

Tints of Shocking Pink #F11ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 52.62%
G = 5.68%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F11ABF (or 0xF11ABF) is known color: Shocking Pink. HEX triplet: F1, 1A and BF. RGB value is (241,26,191). Sum of RGB (Red+Green+Blue) = 241+26+191=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ABF is #0EE540. Grayscale: #6C6C6C. Windows color (decimal): -976193 or 12524273. OLE color: 12524273.

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

Color convert

RGB 241 26 191 -
CMYK 0 0.89 0.21 0.05
HSL 313.95º 0.88% 0.52% -
HSV(B) 313.95º 0.89% 0.95% -
XYZ 46.05 23.2 51.34 -
YUV 109.1 174.23 222.08 -
System Red Green Blue C M Y K H S L
Decimal 241 26 191 0 0.89 0.21 0.05 313.95 0.88 0.52
Hex F1 1A BF 0 59 15 5 13A 58 34
Octal 361 32 277 0 131 25 5 472 130 64
Binary 11110001 11010 10111111 0 1011001 10101 101 100111010 1011000 110100

Color Harmonies of #F11ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11ABF

Black with #F11ABF

Text Example


Text Example

White with #F11ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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