Html Css Color HEX #F00FC5 Shocking Pink

📋 copy color: '#F00FC5'

red 240 ◦ green 15 ◦ blue 197

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

Shades of Shocking Pink #F00FC5

Tints of Shocking Pink #F00FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 53.1%
G = 3.32%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F00FC5 (or 0xF00FC5) is known color: Shocking Pink. HEX triplet: F0, 0F and C5. RGB value is (240,15,197). Sum of RGB (Red+Green+Blue) = 240+15+197=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FC5 is #0FF03A. Grayscale: #666666. Windows color (decimal): -1044539 or 12914672. OLE color: 12914672.

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

Color convert

RGB 240 15 197 -
CMYK 0 0.94 0.18 0.06
HSL 311.47º 0.88% 0.5% -
HSV(B) 311.47º 0.94% 0.94% -
XYZ 46.18 22.9 54.81 -
YUV 103.02 181.04 225.7 -
System Red Green Blue C M Y K H S L
Decimal 240 15 197 0 0.94 0.18 0.06 311.47 0.88 0.5
Hex F0 F C5 0 5E 12 6 137 58 32
Octal 360 17 305 0 136 22 6 467 130 62
Binary 11110000 1111 11000101 0 1011110 10010 110 100110111 1011000 110010

Color Harmonies of #F00FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FC5

Black with #F00FC5

Text Example


Text Example

White with #F00FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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