Html Css Color HEX #F82580 Deep Pink

📋 copy color: '#F82580'

red 248 ◦ green 37 ◦ blue 128

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

Shades of Deep Pink #F82580

Tints of Deep Pink #F82580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.96%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 60.05%
G = 8.96%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F82580 (or 0xF82580) is known color: Deep Pink. HEX triplet: F8, 25 and 80. RGB value is (248,37,128). Sum of RGB (Red+Green+Blue) = 248+37+128=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F82580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82580 is #07DA7F. Grayscale: #6E6E6E. Windows color (decimal): -514688 or 8398328. OLE color: 8398328.

HSL color Cylindrical-coordinate representation of color #F82580: hue angle of 334.12º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82580 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 128 -
CMYK 0 0.85 0.48 0.03
HSL 334.12º 0.94% 0.56% -
HSV(B) 334.12º 0.85% 0.97% -
XYZ 43.27 22.84 22.55 -
YUV 110.46 137.9 226.1 -
System Red Green Blue C M Y K H S L
Decimal 248 37 128 0 0.85 0.48 0.03 334.12 0.94 0.56
Hex F8 25 80 0 55 30 3 14E 5E 38
Octal 370 45 200 0 125 60 3 516 136 70
Binary 11111000 100101 10000000 0 1010101 110000 11 101001110 1011110 111000

Color Harmonies of #F82580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82580

Black with #F82580

Text Example


Text Example

White with #F82580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82580; }

 p { color: rgb(248,37,128); }

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

background-color css

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

 a { background-color: rgb(248,37,128); }

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

border-color css

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

 span { border-color: rgb(248,37,128); }

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