Html Css Color HEX #F81977 Deep Pink

📋 copy color: '#F81977'

red 248 ◦ green 25 ◦ blue 119

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

Shades of Deep Pink #F81977

Tints of Deep Pink #F81977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 63.27%
G = 6.38%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81977 (or 0xF81977) is known color: Deep Pink. HEX triplet: F8, 19 and 77. RGB value is (248,25,119). Sum of RGB (Red+Green+Blue) = 248+25+119=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F81977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81977 is #07E688. Grayscale: #666666. Windows color (decimal): -517769 or 7805432. OLE color: 7805432.

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

Color convert

RGB 248 25 119 -
CMYK 0 0.90 0.52 0.03
HSL 334.71º 0.94% 0.54% -
HSV(B) 334.71º 0.9% 0.97% -
XYZ 42.39 21.98 19.46 -
YUV 102.39 137.38 231.86 -
System Red Green Blue C M Y K H S L
Decimal 248 25 119 0 0.90 0.52 0.03 334.71 0.94 0.54
Hex F8 19 77 0 5A 34 3 14F 5E 36
Octal 370 31 167 0 132 64 3 517 136 66
Binary 11111000 11001 1110111 0 1011010 110100 11 101001111 1011110 110110

Color Harmonies of #F81977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81977

Black with #F81977

Text Example


Text Example

White with #F81977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81977; }

 p { color: rgb(248,25,119); }

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

background-color css

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

 a { background-color: rgb(248,25,119); }

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

border-color css

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

 span { border-color: rgb(248,25,119); }

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