Html Css Color HEX #F00DC7 Shocking Pink

📋 copy color: '#F00DC7'

red 240 ◦ green 13 ◦ blue 199

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

Shades of Shocking Pink #F00DC7

Tints of Shocking Pink #F00DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 53.1%
G = 2.88%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F00DC7 (or 0xF00DC7) is known color: Shocking Pink. HEX triplet: F0, 0D and C7. RGB value is (240,13,199). Sum of RGB (Red+Green+Blue) = 240+13+199=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DC7 is #0FF238. Grayscale: #656565. Windows color (decimal): -1045049 or 13045232. OLE color: 13045232.

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

Color convert

RGB 240 13 199 -
CMYK 0 0.95 0.17 0.06
HSL 310.84º 0.9% 0.5% -
HSV(B) 310.84º 0.95% 0.94% -
XYZ 46.39 22.94 56.02 -
YUV 102.08 182.71 226.38 -
System Red Green Blue C M Y K H S L
Decimal 240 13 199 0 0.95 0.17 0.06 310.84 0.9 0.5
Hex F0 D C7 0 5F 11 6 137 5A 32
Octal 360 15 307 0 137 21 6 467 132 62
Binary 11110000 1101 11000111 0 1011111 10001 110 100110111 1011010 110010

Color Harmonies of #F00DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DC7

Black with #F00DC7

Text Example


Text Example

White with #F00DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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