Html Css Color HEX #F8199D Deep Pink

📋 copy color: '#F8199D'

red 248 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #F8199D

Tints of Deep Pink #F8199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 57.67%
G = 5.81%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8199D (or 0xF8199D) is known color: Deep Pink. HEX triplet: F8, 19 and 9D. RGB value is (248,25,157). Sum of RGB (Red+Green+Blue) = 248+25+157=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8199D is #07E662. Grayscale: #6A6A6A. Windows color (decimal): -517731 or 10295800. OLE color: 10295800.

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

Color convert

RGB 248 25 157 -
CMYK 0 0.90 0.37 0.03
HSL 324.48º 0.94% 0.54% -
HSV(B) 324.48º 0.9% 0.97% -
XYZ 45.14 23.09 33.97 -
YUV 106.73 156.38 228.77 -
System Red Green Blue C M Y K H S L
Decimal 248 25 157 0 0.90 0.37 0.03 324.48 0.94 0.54
Hex F8 19 9D 0 5A 25 3 144 5E 36
Octal 370 31 235 0 132 45 3 504 136 66
Binary 11111000 11001 10011101 0 1011010 100101 11 101000100 1011110 110110

Color Harmonies of #F8199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8199D

Black with #F8199D

Text Example


Text Example

White with #F8199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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