Html Css Color HEX #F81C79 Deep Pink

📋 copy color: '#F81C79'

red 248 ◦ green 28 ◦ blue 121

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

Shades of Deep Pink #F81C79

Tints of Deep Pink #F81C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

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

R = 62.47%
G = 7.05%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F81C79 (or 0xF81C79) is known color: Deep Pink. HEX triplet: F8, 1C and 79. RGB value is (248,28,121). Sum of RGB (Red+Green+Blue) = 248+28+121=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C79 is #07E386. Grayscale: #686868. Windows color (decimal): -516999 or 7937272. OLE color: 7937272.

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

Color convert

RGB 248 28 121 -
CMYK 0 0.89 0.51 0.03
HSL 334.64º 0.94% 0.54% -
HSV(B) 334.64º 0.89% 0.97% -
XYZ 42.58 22.17 20.12 -
YUV 104.38 137.39 230.44 -
System Red Green Blue C M Y K H S L
Decimal 248 28 121 0 0.89 0.51 0.03 334.64 0.94 0.54
Hex F8 1C 79 0 59 33 3 14F 5E 36
Octal 370 34 171 0 131 63 3 517 136 66
Binary 11111000 11100 1111001 0 1011001 110011 11 101001111 1011110 110110

Color Harmonies of #F81C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C79

Black with #F81C79

Text Example


Text Example

White with #F81C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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