Html Css Color HEX #F00AC6 Shocking Pink

📋 copy color: '#F00AC6'

red 240 ◦ green 10 ◦ blue 198

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

Shades of Shocking Pink #F00AC6

Tints of Shocking Pink #F00AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 53.57%
G = 2.23%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F00AC6 (or 0xF00AC6) is known color: Shocking Pink. HEX triplet: F0, 0A and C6. RGB value is (240,10,198). Sum of RGB (Red+Green+Blue) = 240+10+198=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AC6 is #0FF539. Grayscale: #636363. Windows color (decimal): -1045818 or 12978928. OLE color: 12978928.

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

Color convert

RGB 240 10 198 -
CMYK 0 0.96 0.18 0.06
HSL 310.96º 0.92% 0.49% -
HSV(B) 310.96º 0.96% 0.94% -
XYZ 46.24 22.82 55.39 -
YUV 100.2 183.2 227.71 -
System Red Green Blue C M Y K H S L
Decimal 240 10 198 0 0.96 0.18 0.06 310.96 0.92 0.49
Hex F0 A C6 0 60 12 6 137 5C 31
Octal 360 12 306 0 140 22 6 467 134 61
Binary 11110000 1010 11000110 0 1100000 10010 110 100110111 1011100 110001

Color Harmonies of #F00AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AC6

Black with #F00AC6

Text Example


Text Example

White with #F00AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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