Html Css Color HEX #F82279 Deep Pink

📋 copy color: '#F82279'

red 248 ◦ green 34 ◦ blue 121

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

Shades of Deep Pink #F82279

Tints of Deep Pink #F82279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.44%

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

R = 61.54%
G = 8.44%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F82279 (or 0xF82279) is known color: Deep Pink. HEX triplet: F8, 22 and 79. RGB value is (248,34,121). Sum of RGB (Red+Green+Blue) = 248+34+121=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82279 is #07DD86. Grayscale: #6B6B6B. Windows color (decimal): -515463 or 7938808. OLE color: 7938808.

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

Color convert

RGB 248 34 121 -
CMYK 0 0.86 0.51 0.03
HSL 335.61º 0.94% 0.55% -
HSV(B) 335.61º 0.86% 0.97% -
XYZ 42.73 22.48 20.18 -
YUV 107.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 248 34 121 0 0.86 0.51 0.03 335.61 0.94 0.55
Hex F8 22 79 0 56 33 3 150 5E 37
Octal 370 42 171 0 126 63 3 520 136 67
Binary 11111000 100010 1111001 0 1010110 110011 11 101010000 1011110 110111

Color Harmonies of #F82279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82279

Black with #F82279

Text Example


Text Example

White with #F82279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82279; }

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

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

background-color css

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

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

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

border-color css

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

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

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