Html Css Color HEX #F00D8F Deep Pink

📋 copy color: '#F00D8F'

red 240 ◦ green 13 ◦ blue 143

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

Shades of Deep Pink #F00D8F

Tints of Deep Pink #F00D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 60.61%
G = 3.28%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00D8F (or 0xF00D8F) is known color: Deep Pink. HEX triplet: F0, 0D and 8F. RGB value is (240,13,143). Sum of RGB (Red+Green+Blue) = 240+13+143=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D8F is #0FF270. Grayscale: #5F5F5F. Windows color (decimal): -1045105 or 9375216. OLE color: 9375216.

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

Color convert

RGB 240 13 143 -
CMYK 0 0.95 0.40 0.06
HSL 325.64º 0.9% 0.5% -
HSV(B) 325.64º 0.95% 0.94% -
XYZ 41.04 20.8 27.84 -
YUV 95.69 154.71 230.93 -
System Red Green Blue C M Y K H S L
Decimal 240 13 143 0 0.95 0.40 0.06 325.64 0.9 0.5
Hex F0 D 8F 0 5F 28 6 146 5A 32
Octal 360 15 217 0 137 50 6 506 132 62
Binary 11110000 1101 10001111 0 1011111 101000 110 101000110 1011010 110010

Color Harmonies of #F00D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D8F

Black with #F00D8F

Text Example


Text Example

White with #F00D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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