Html Css Color HEX #F00A8F Deep Pink

📋 copy color: '#F00A8F'

red 240 ◦ green 10 ◦ blue 143

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

Shades of Deep Pink #F00A8F

Tints of Deep Pink #F00A8F

RGB

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

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

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

R = 61.07%
G = 2.54%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00A8F (or 0xF00A8F) is known color: Deep Pink. HEX triplet: F0, 0A and 8F. RGB value is (240,10,143). Sum of RGB (Red+Green+Blue) = 240+10+143=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A8F is #0FF570. Grayscale: #5D5D5D. Windows color (decimal): -1045873 or 9374448. OLE color: 9374448.

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

Color convert

RGB 240 10 143 -
CMYK 0 0.96 0.40 0.06
HSL 325.3º 0.92% 0.49% -
HSV(B) 325.3º 0.96% 0.94% -
XYZ 41 20.73 27.83 -
YUV 93.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 240 10 143 0 0.96 0.40 0.06 325.3 0.92 0.49
Hex F0 A 8F 0 60 28 6 145 5C 31
Octal 360 12 217 0 140 50 6 505 134 61
Binary 11110000 1010 10001111 0 1100000 101000 110 101000101 1011100 110001

Color Harmonies of #F00A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A8F

Black with #F00A8F

Text Example


Text Example

White with #F00A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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