Html Css Color HEX #F00D8E Deep Pink

📋 copy color: '#F00D8E'

red 240 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #F00D8E

Tints of Deep Pink #F00D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 60.76%
G = 3.29%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F00D8E (or 0xF00D8E) is known color: Deep Pink. HEX triplet: F0, 0D and 8E. RGB value is (240,13,142). Sum of RGB (Red+Green+Blue) = 240+13+142=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D8E is #0FF271. Grayscale: #5F5F5F. Windows color (decimal): -1045106 or 9309680. OLE color: 9309680.

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

Color convert

RGB 240 13 142 -
CMYK 0 0.95 0.41 0.06
HSL 325.9º 0.9% 0.5% -
HSV(B) 325.9º 0.95% 0.94% -
XYZ 40.96 20.77 27.44 -
YUV 95.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 240 13 142 0 0.95 0.41 0.06 325.9 0.9 0.5
Hex F0 D 8E 0 5F 29 6 146 5A 32
Octal 360 15 216 0 137 51 6 506 132 62
Binary 11110000 1101 10001110 0 1011111 101001 110 101000110 1011010 110010

Color Harmonies of #F00D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D8E

Black with #F00D8E

Text Example


Text Example

White with #F00D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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