Html Css Color HEX #F00FCD Shocking Pink

📋 copy color: '#F00FCD'

red 240 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #F00FCD

Tints of Shocking Pink #F00FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 52.17%
G = 3.26%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F00FCD (or 0xF00FCD) is known color: Shocking Pink. HEX triplet: F0, 0F and CD. RGB value is (240,15,205). Sum of RGB (Red+Green+Blue) = 240+15+205=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FCD is #0FF032. Grayscale: #676767. Windows color (decimal): -1044531 or 13438960. OLE color: 13438960.

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

Color convert

RGB 240 15 205 -
CMYK 0 0.94 0.15 0.06
HSL 309.33º 0.88% 0.5% -
HSV(B) 309.33º 0.94% 0.94% -
XYZ 47.13 23.27 59.77 -
YUV 103.94 185.04 225.05 -
System Red Green Blue C M Y K H S L
Decimal 240 15 205 0 0.94 0.15 0.06 309.33 0.88 0.5
Hex F0 F CD 0 5E F 6 135 58 32
Octal 360 17 315 0 136 17 6 465 130 62
Binary 11110000 1111 11001101 0 1011110 1111 110 100110101 1011000 110010

Color Harmonies of #F00FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FCD

Black with #F00FCD

Text Example


Text Example

White with #F00FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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