Html Css Color HEX #F00D8A Deep Pink

📋 copy color: '#F00D8A'

red 240 ◦ green 13 ◦ blue 138

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

Shades of Deep Pink #F00D8A

Tints of Deep Pink #F00D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 61.38%
G = 3.32%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F00D8A (or 0xF00D8A) is known color: Deep Pink. HEX triplet: F0, 0D and 8A. RGB value is (240,13,138). Sum of RGB (Red+Green+Blue) = 240+13+138=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D8A is #0FF275. Grayscale: #5E5E5E. Windows color (decimal): -1045110 or 9047536. OLE color: 9047536.

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

Color convert

RGB 240 13 138 -
CMYK 0 0.95 0.42 0.06
HSL 326.96º 0.9% 0.5% -
HSV(B) 326.96º 0.95% 0.94% -
XYZ 40.67 20.65 25.89 -
YUV 95.12 152.21 231.34 -
System Red Green Blue C M Y K H S L
Decimal 240 13 138 0 0.95 0.42 0.06 326.96 0.9 0.5
Hex F0 D 8A 0 5F 2A 6 147 5A 32
Octal 360 15 212 0 137 52 6 507 132 62
Binary 11110000 1101 10001010 0 1011111 101010 110 101000111 1011010 110010

Color Harmonies of #F00D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D8A

Black with #F00D8A

Text Example


Text Example

White with #F00D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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