Html Css Color HEX #F82581 Deep Pink

📋 copy color: '#F82581'

red 248 ◦ green 37 ◦ blue 129

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

Shades of Deep Pink #F82581

Tints of Deep Pink #F82581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 59.9%
G = 8.94%
B = 31.16%

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

#F82581 (or 0xF82581) is known color: Deep Pink. HEX triplet: F8, 25 and 81. RGB value is (248,37,129). Sum of RGB (Red+Green+Blue) = 248+37+129=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F82581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82581 is #07DA7E. Grayscale: #6E6E6E. Windows color (decimal): -514687 or 8463864. OLE color: 8463864.

HSL color Cylindrical-coordinate representation of color #F82581: hue angle of 333.84º 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 #F82581 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 129 -
CMYK 0 0.85 0.48 0.03
HSL 333.84º 0.94% 0.56% -
HSV(B) 333.84º 0.85% 0.97% -
XYZ 43.34 22.86 22.9 -
YUV 110.58 138.4 226.02 -
System Red Green Blue C M Y K H S L
Decimal 248 37 129 0 0.85 0.48 0.03 333.84 0.94 0.56
Hex F8 25 81 0 55 30 3 14E 5E 38
Octal 370 45 201 0 125 60 3 516 136 70
Binary 11111000 100101 10000001 0 1010101 110000 11 101001110 1011110 111000

Color Harmonies of #F82581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82581

Black with #F82581

Text Example


Text Example

White with #F82581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82581; }

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

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

background-color css

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

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

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

border-color css

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

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

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