Html Css Color HEX #F00FC8 Shocking Pink

📋 copy color: '#F00FC8'

red 240 ◦ green 15 ◦ blue 200

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

Shades of Shocking Pink #F00FC8

Tints of Shocking Pink #F00FC8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 52.75%
G = 3.3%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F00FC8 (or 0xF00FC8) is known color: Shocking Pink. HEX triplet: F0, 0F and C8. RGB value is (240,15,200). Sum of RGB (Red+Green+Blue) = 240+15+200=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FC8 is #0FF037. Grayscale: #666666. Windows color (decimal): -1044536 or 13111280. OLE color: 13111280.

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

Color convert

RGB 240 15 200 -
CMYK 0 0.94 0.17 0.06
HSL 310.67º 0.88% 0.5% -
HSV(B) 310.67º 0.94% 0.94% -
XYZ 46.53 23.04 56.64 -
YUV 103.37 182.54 225.46 -
System Red Green Blue C M Y K H S L
Decimal 240 15 200 0 0.94 0.17 0.06 310.67 0.88 0.5
Hex F0 F C8 0 5E 11 6 137 58 32
Octal 360 17 310 0 136 21 6 467 130 62
Binary 11110000 1111 11001000 0 1011110 10001 110 100110111 1011000 110010

Color Harmonies of #F00FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FC8

Black with #F00FC8

Text Example


Text Example

White with #F00FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FC8; }

 p { color: rgb(240,15,200); }

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

background-color css

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

 a { background-color: rgb(240,15,200); }

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

border-color css

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

 span { border-color: rgb(240,15,200); }

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