Html Css Color HEX #F00DCD Shocking Pink

📋 copy color: '#F00DCD'

red 240 ◦ green 13 ◦ blue 205

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

Shades of Shocking Pink #F00DCD

Tints of Shocking Pink #F00DCD

RGB

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

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

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

R = 52.4%
G = 2.84%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F00DCD (or 0xF00DCD) is known color: Shocking Pink. HEX triplet: F0, 0D and CD. RGB value is (240,13,205). Sum of RGB (Red+Green+Blue) = 240+13+205=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DCD is #0FF232. Grayscale: #666666. Windows color (decimal): -1045043 or 13438448. OLE color: 13438448.

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

Color convert

RGB 240 13 205 -
CMYK 0 0.95 0.15 0.06
HSL 309.25º 0.9% 0.5% -
HSV(B) 309.25º 0.95% 0.94% -
XYZ 47.1 23.22 59.76 -
YUV 102.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 240 13 205 0 0.95 0.15 0.06 309.25 0.9 0.5
Hex F0 D CD 0 5F F 6 135 5A 32
Octal 360 15 315 0 137 17 6 465 132 62
Binary 11110000 1101 11001101 0 1011111 1111 110 100110101 1011010 110010

Color Harmonies of #F00DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DCD

Black with #F00DCD

Text Example


Text Example

White with #F00DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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