Html Css Color HEX #F008C0 Shocking Pink

📋 copy color: '#F008C0'

red 240 ◦ green 8 ◦ blue 192

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

Shades of Shocking Pink #F008C0

Tints of Shocking Pink #F008C0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.82%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 54.55%
G = 1.82%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F008C0 (or 0xF008C0) is known color: Shocking Pink. HEX triplet: F0, 08 and C0. RGB value is (240,8,192). Sum of RGB (Red+Green+Blue) = 240+8+192=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F008C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008C0 is #0FF73F. Grayscale: #616161. Windows color (decimal): -1046336 or 12585200. OLE color: 12585200.

HSL color Cylindrical-coordinate representation of color #F008C0: hue angle of 312.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008C0 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 192 -
CMYK 0 0.97 0.20 0.06
HSL 312.41º 0.94% 0.49% -
HSV(B) 312.41º 0.97% 0.94% -
XYZ 45.54 22.5 51.81 -
YUV 98.34 180.86 229.04 -
System Red Green Blue C M Y K H S L
Decimal 240 8 192 0 0.97 0.20 0.06 312.41 0.94 0.49
Hex F0 8 C0 0 61 14 6 138 5E 31
Octal 360 10 300 0 141 24 6 470 136 61
Binary 11110000 1000 11000000 0 1100001 10100 110 100111000 1011110 110001

Color Harmonies of #F008C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008C0

Black with #F008C0

Text Example


Text Example

White with #F008C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008C0; }

 p { color: rgb(240,8,192); }

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

background-color css

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

 a { background-color: rgb(240,8,192); }

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

border-color css

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

 span { border-color: rgb(240,8,192); }

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