Html Css Color HEX #F21ABB Shocking Pink

📋 copy color: '#F21ABB'

red 242 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #F21ABB

Tints of Shocking Pink #F21ABB

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 53.19%
G = 5.71%
B = 41.1%

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

#F21ABB (or 0xF21ABB) is known color: Shocking Pink. HEX triplet: F2, 1A and BB. RGB value is (242,26,187). Sum of RGB (Red+Green+Blue) = 242+26+187=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ABB is #0DE544. Grayscale: #6C6C6C. Windows color (decimal): -910661 or 12262130. OLE color: 12262130.

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

Color convert

RGB 242 26 187 -
CMYK 0 0.89 0.23 0.05
HSL 315.28º 0.89% 0.53% -
HSV(B) 315.28º 0.89% 0.95% -
XYZ 45.96 23.2 49.07 -
YUV 108.94 172.06 222.91 -
System Red Green Blue C M Y K H S L
Decimal 242 26 187 0 0.89 0.23 0.05 315.28 0.89 0.53
Hex F2 1A BB 0 59 17 5 13B 59 35
Octal 362 32 273 0 131 27 5 473 131 65
Binary 11110010 11010 10111011 0 1011001 10111 101 100111011 1011001 110101

Color Harmonies of #F21ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21ABB

Black with #F21ABB

Text Example


Text Example

White with #F21ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21ABB; }

 p { color: rgb(242,26,187); }

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

background-color css

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

 a { background-color: rgb(242,26,187); }

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

border-color css

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

 span { border-color: rgb(242,26,187); }

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