Html Css Color HEX #F00AB7 Shocking Pink

📋 copy color: '#F00AB7'

red 240 ◦ green 10 ◦ blue 183

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

Shades of Shocking Pink #F00AB7

Tints of Shocking Pink #F00AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.26%

R = 55.43%
G = 2.31%
B = 42.26%

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

#F00AB7 (or 0xF00AB7) is known color: Shocking Pink. HEX triplet: F0, 0A and B7. RGB value is (240,10,183). Sum of RGB (Red+Green+Blue) = 240+10+183=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB7 is #0FF548. Grayscale: #626262. Windows color (decimal): -1045833 or 11995888. OLE color: 11995888.

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

Color convert

RGB 240 10 183 -
CMYK 0 0.96 0.24 0.06
HSL 314.87º 0.92% 0.49% -
HSV(B) 314.87º 0.96% 0.94% -
XYZ 44.59 22.16 46.73 -
YUV 98.49 175.7 228.93 -
System Red Green Blue C M Y K H S L
Decimal 240 10 183 0 0.96 0.24 0.06 314.87 0.92 0.49
Hex F0 A B7 0 60 18 6 13B 5C 31
Octal 360 12 267 0 140 30 6 473 134 61
Binary 11110000 1010 10110111 0 1100000 11000 110 100111011 1011100 110001

Color Harmonies of #F00AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AB7

Black with #F00AB7

Text Example


Text Example

White with #F00AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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