Html Css Color HEX #F00AB9 Shocking Pink

📋 copy color: '#F00AB9'

red 240 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #F00AB9

Tints of Shocking Pink #F00AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 55.17%
G = 2.3%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F00AB9 (or 0xF00AB9) is known color: Shocking Pink. HEX triplet: F0, 0A and B9. RGB value is (240,10,185). Sum of RGB (Red+Green+Blue) = 240+10+185=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AB9 is #0FF546. Grayscale: #626262. Windows color (decimal): -1045831 or 12126960. OLE color: 12126960.

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

Color convert

RGB 240 10 185 -
CMYK 0 0.96 0.23 0.06
HSL 314.35º 0.92% 0.49% -
HSV(B) 314.35º 0.96% 0.94% -
XYZ 44.8 22.25 47.83 -
YUV 98.72 176.7 228.77 -
System Red Green Blue C M Y K H S L
Decimal 240 10 185 0 0.96 0.23 0.06 314.35 0.92 0.49
Hex F0 A B9 0 60 17 6 13A 5C 31
Octal 360 12 271 0 140 27 6 472 134 61
Binary 11110000 1010 10111001 0 1100000 10111 110 100111010 1011100 110001

Color Harmonies of #F00AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AB9

Black with #F00AB9

Text Example


Text Example

White with #F00AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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