Html Css Color HEX #F00AB6 Shocking Pink

📋 copy color: '#F00AB6'

red 240 ◦ green 10 ◦ blue 182

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

Shades of Shocking Pink #F00AB6

Tints of Shocking Pink #F00AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 55.56%
G = 2.31%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F00AB6 (or 0xF00AB6) is known color: Shocking Pink. HEX triplet: F0, 0A and B6. RGB value is (240,10,182). Sum of RGB (Red+Green+Blue) = 240+10+182=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB6 is #0FF549. Grayscale: #616161. Windows color (decimal): -1045834 or 11930352. OLE color: 11930352.

HSL color Cylindrical-coordinate representation of color #F00AB6: hue angle of 315.13º 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 #F00AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 182 -
CMYK 0 0.96 0.24 0.06
HSL 315.13º 0.92% 0.49% -
HSV(B) 315.13º 0.96% 0.94% -
XYZ 44.49 22.12 46.18 -
YUV 98.38 175.2 229.01 -
System Red Green Blue C M Y K H S L
Decimal 240 10 182 0 0.96 0.24 0.06 315.13 0.92 0.49
Hex F0 A B6 0 60 18 6 13B 5C 31
Octal 360 12 266 0 140 30 6 473 134 61
Binary 11110000 1010 10110110 0 1100000 11000 110 100111011 1011100 110001

Color Harmonies of #F00AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AB6

Black with #F00AB6

Text Example


Text Example

White with #F00AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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