Html Css Color HEX #F82679 Deep Pink

📋 copy color: '#F82679'

red 248 ◦ green 38 ◦ blue 121

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

Shades of Deep Pink #F82679

Tints of Deep Pink #F82679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

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

R = 60.93%
G = 9.34%
B = 29.73%

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

#F82679 (or 0xF82679) is known color: Deep Pink. HEX triplet: F8, 26 and 79. RGB value is (248,38,121). Sum of RGB (Red+Green+Blue) = 248+38+121=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F82679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82679 is #07D986. Grayscale: #6E6E6E. Windows color (decimal): -514439 or 7939832. OLE color: 7939832.

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

Color convert

RGB 248 38 121 -
CMYK 0 0.85 0.51 0.03
HSL 336.29º 0.94% 0.56% -
HSV(B) 336.29º 0.85% 0.97% -
XYZ 42.86 22.72 20.22 -
YUV 110.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 248 38 121 0 0.85 0.51 0.03 336.29 0.94 0.56
Hex F8 26 79 0 55 33 3 150 5E 38
Octal 370 46 171 0 125 63 3 520 136 70
Binary 11111000 100110 1111001 0 1010101 110011 11 101010000 1011110 111000

Color Harmonies of #F82679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82679

Black with #F82679

Text Example


Text Example

White with #F82679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82679; }

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

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

background-color css

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

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

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

border-color css

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

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

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