Html Css Color HEX #F00A8E Deep Pink

📋 copy color: '#F00A8E'

red 240 ◦ green 10 ◦ blue 142

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

Shades of Deep Pink #F00A8E

Tints of Deep Pink #F00A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.55%

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

R = 61.22%
G = 2.55%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F00A8E (or 0xF00A8E) is known color: Deep Pink. HEX triplet: F0, 0A and 8E. RGB value is (240,10,142). Sum of RGB (Red+Green+Blue) = 240+10+142=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A8E is #0FF571. Grayscale: #5D5D5D. Windows color (decimal): -1045874 or 9308912. OLE color: 9308912.

HSL color Cylindrical-coordinate representation of color #F00A8E: hue angle of 325.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A8E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 142 -
CMYK 0 0.96 0.41 0.06
HSL 325.57º 0.92% 0.49% -
HSV(B) 325.57º 0.96% 0.94% -
XYZ 40.93 20.7 27.43 -
YUV 93.82 155.2 232.27 -
System Red Green Blue C M Y K H S L
Decimal 240 10 142 0 0.96 0.41 0.06 325.57 0.92 0.49
Hex F0 A 8E 0 60 29 6 146 5C 31
Octal 360 12 216 0 140 51 6 506 134 61
Binary 11110000 1010 10001110 0 1100000 101001 110 101000110 1011100 110001

Color Harmonies of #F00A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A8E

Black with #F00A8E

Text Example


Text Example

White with #F00A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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