Html Css Color HEX #F00AB2 Shocking Pink

📋 copy color: '#F00AB2'

red 240 ◦ green 10 ◦ blue 178

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

Shades of Shocking Pink #F00AB2

Tints of Shocking Pink #F00AB2

RGB

 RED value IS 240 (94.14% from 255) = 56.07%

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 56.07%
G = 2.34%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F00AB2 (or 0xF00AB2) is known color: Shocking Pink. HEX triplet: F0, 0A and B2. RGB value is (240,10,178). Sum of RGB (Red+Green+Blue) = 240+10+178=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AB2 is #0FF54D. Grayscale: #616161. Windows color (decimal): -1045838 or 11668208. OLE color: 11668208.

HSL color Cylindrical-coordinate representation of color #F00AB2: hue angle of 316.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AB2 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 178 -
CMYK 0 0.96 0.26 0.06
HSL 316.17º 0.92% 0.49% -
HSV(B) 316.17º 0.96% 0.94% -
XYZ 44.08 21.96 44.03 -
YUV 97.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 240 10 178 0 0.96 0.26 0.06 316.17 0.92 0.49
Hex F0 A B2 0 60 1A 6 13C 5C 31
Octal 360 12 262 0 140 32 6 474 134 61
Binary 11110000 1010 10110010 0 1100000 11010 110 100111100 1011100 110001

Color Harmonies of #F00AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AB2

Black with #F00AB2

Text Example


Text Example

White with #F00AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AB2; }

 p { color: rgb(240,10,178); }

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

background-color css

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

 a { background-color: rgb(240,10,178); }

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

border-color css

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

 span { border-color: rgb(240,10,178); }

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