Html Css Color HEX #F80182 Deep Pink

📋 copy color: '#F80182'

red 248 ◦ green 1 ◦ blue 130

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

Shades of Deep Pink #F80182

Tints of Deep Pink #F80182

RGB

 RED value IS 248 (97.27% from 255) = 65.44%

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 65.44%
G = 0.26%
B = 34.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80182 (or 0xF80182) is known color: Deep Pink. HEX triplet: F8, 01 and 82. RGB value is (248,1,130). Sum of RGB (Red+Green+Blue) = 248+1+130=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F80182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80182 is #07FE7D. Grayscale: #595959. Windows color (decimal): -523902 or 8520184. OLE color: 8520184.

HSL color Cylindrical-coordinate representation of color #F80182: hue angle of 328.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80182 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 130 -
CMYK 0 1.00 0.48 0.03
HSL 328.66º 0.99% 0.49% -
HSV(B) 328.66º 1% 0.97% -
XYZ 42.75 21.59 23.03 -
YUV 89.56 150.83 241.01 -
System Red Green Blue C M Y K H S L
Decimal 248 1 130 0 1.00 0.48 0.03 328.66 0.99 0.49
Hex F8 1 82 0 64 30 3 149 63 31
Octal 370 1 202 0 144 60 3 511 143 61
Binary 11111000 1 10000010 0 1100100 110000 11 101001001 1100011 110001

Color Harmonies of #F80182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80182

Black with #F80182

Text Example


Text Example

White with #F80182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80182; }

 p { color: rgb(248,1,130); }

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

background-color css

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

 a { background-color: rgb(248,1,130); }

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

border-color css

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

 span { border-color: rgb(248,1,130); }

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