Html Css Color HEX #F00DC4 Shocking Pink

📋 copy color: '#F00DC4'

red 240 ◦ green 13 ◦ blue 196

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

Shades of Shocking Pink #F00DC4

Tints of Shocking Pink #F00DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 53.45%
G = 2.9%
B = 43.65%

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

#F00DC4 (or 0xF00DC4) is known color: Shocking Pink. HEX triplet: F0, 0D and C4. RGB value is (240,13,196). Sum of RGB (Red+Green+Blue) = 240+13+196=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DC4 is #0FF23B. Grayscale: #656565. Windows color (decimal): -1045052 or 12848624. OLE color: 12848624.

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

Color convert

RGB 240 13 196 -
CMYK 0 0.95 0.18 0.06
HSL 311.63º 0.9% 0.5% -
HSV(B) 311.63º 0.95% 0.94% -
XYZ 46.04 22.8 54.2 -
YUV 101.74 181.21 226.62 -
System Red Green Blue C M Y K H S L
Decimal 240 13 196 0 0.95 0.18 0.06 311.63 0.9 0.5
Hex F0 D C4 0 5F 12 6 138 5A 32
Octal 360 15 304 0 137 22 6 470 132 62
Binary 11110000 1101 11000100 0 1011111 10010 110 100111000 1011010 110010

Color Harmonies of #F00DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DC4

Black with #F00DC4

Text Example


Text Example

White with #F00DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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