Html Css Color HEX #F00DC5 Shocking Pink

📋 copy color: '#F00DC5'

red 240 ◦ green 13 ◦ blue 197

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

Shades of Shocking Pink #F00DC5

Tints of Shocking Pink #F00DC5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.89%

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

R = 53.33%
G = 2.89%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F00DC5 (or 0xF00DC5) is known color: Shocking Pink. HEX triplet: F0, 0D and C5. RGB value is (240,13,197). Sum of RGB (Red+Green+Blue) = 240+13+197=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DC5 is #0FF23A. Grayscale: #656565. Windows color (decimal): -1045051 or 12914160. OLE color: 12914160.

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

Color convert

RGB 240 13 197 -
CMYK 0 0.95 0.18 0.06
HSL 311.37º 0.9% 0.5% -
HSV(B) 311.37º 0.95% 0.94% -
XYZ 46.16 22.84 54.8 -
YUV 101.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 240 13 197 0 0.95 0.18 0.06 311.37 0.9 0.5
Hex F0 D C5 0 5F 12 6 137 5A 32
Octal 360 15 305 0 137 22 6 467 132 62
Binary 11110000 1101 11000101 0 1011111 10010 110 100110111 1011010 110010

Color Harmonies of #F00DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DC5

Black with #F00DC5

Text Example


Text Example

White with #F00DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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