Html Css Color HEX #F00A83 Deep Pink

📋 copy color: '#F00A83'

red 240 ◦ green 10 ◦ blue 131

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

Shades of Deep Pink #F00A83

Tints of Deep Pink #F00A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 62.99%
G = 2.62%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00A83 (or 0xF00A83) is known color: Deep Pink. HEX triplet: F0, 0A and 83. RGB value is (240,10,131). Sum of RGB (Red+Green+Blue) = 240+10+131=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A83 is #0FF57C. Grayscale: #5C5C5C. Windows color (decimal): -1045885 or 8588016. OLE color: 8588016.

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

Color convert

RGB 240 10 131 -
CMYK 0 0.96 0.45 0.06
HSL 328.43º 0.92% 0.49% -
HSV(B) 328.43º 0.96% 0.94% -
XYZ 40.14 20.38 23.29 -
YUV 92.56 149.7 233.16 -
System Red Green Blue C M Y K H S L
Decimal 240 10 131 0 0.96 0.45 0.06 328.43 0.92 0.49
Hex F0 A 83 0 60 2D 6 148 5C 31
Octal 360 12 203 0 140 55 6 510 134 61
Binary 11110000 1010 10000011 0 1100000 101101 110 101001000 1011100 110001

Color Harmonies of #F00A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A83

Black with #F00A83

Text Example


Text Example

White with #F00A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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