Html Css Color HEX #F82479 Deep Pink

📋 copy color: '#F82479'

red 248 ◦ green 36 ◦ blue 121

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

Shades of Deep Pink #F82479

Tints of Deep Pink #F82479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.89%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 61.23%
G = 8.89%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F82479 (or 0xF82479) is known color: Deep Pink. HEX triplet: F8, 24 and 79. RGB value is (248,36,121). Sum of RGB (Red+Green+Blue) = 248+36+121=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F82479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82479 is #07DB86. Grayscale: #6C6C6C. Windows color (decimal): -514951 or 7939320. OLE color: 7939320.

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

Color convert

RGB 248 36 121 -
CMYK 0 0.85 0.51 0.03
HSL 335.94º 0.94% 0.56% -
HSV(B) 335.94º 0.85% 0.97% -
XYZ 42.79 22.6 20.2 -
YUV 109.08 134.74 227.09 -
System Red Green Blue C M Y K H S L
Decimal 248 36 121 0 0.85 0.51 0.03 335.94 0.94 0.56
Hex F8 24 79 0 55 33 3 150 5E 38
Octal 370 44 171 0 125 63 3 520 136 70
Binary 11111000 100100 1111001 0 1010101 110011 11 101010000 1011110 111000

Color Harmonies of #F82479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82479

Black with #F82479

Text Example


Text Example

White with #F82479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82479; }

 p { color: rgb(248,36,121); }

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

background-color css

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

 a { background-color: rgb(248,36,121); }

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

border-color css

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

 span { border-color: rgb(248,36,121); }

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