Html Css Color HEX #F00ABE Shocking Pink

📋 copy color: '#F00ABE'

red 240 ◦ green 10 ◦ blue 190

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

Shades of Shocking Pink #F00ABE

Tints of Shocking Pink #F00ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 54.55%
G = 2.27%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F00ABE (or 0xF00ABE) is known color: Shocking Pink. HEX triplet: F0, 0A and BE. RGB value is (240,10,190). Sum of RGB (Red+Green+Blue) = 240+10+190=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ABE is #0FF541. Grayscale: #626262. Windows color (decimal): -1045826 or 12454640. OLE color: 12454640.

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

Color convert

RGB 240 10 190 -
CMYK 0 0.96 0.21 0.06
HSL 313.04º 0.92% 0.49% -
HSV(B) 313.04º 0.96% 0.94% -
XYZ 45.34 22.46 50.66 -
YUV 99.29 179.2 228.36 -
System Red Green Blue C M Y K H S L
Decimal 240 10 190 0 0.96 0.21 0.06 313.04 0.92 0.49
Hex F0 A BE 0 60 15 6 139 5C 31
Octal 360 12 276 0 140 25 6 471 134 61
Binary 11110000 1010 10111110 0 1100000 10101 110 100111001 1011100 110001

Color Harmonies of #F00ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ABE

Black with #F00ABE

Text Example


Text Example

White with #F00ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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