Html Css Color HEX #F8199F Deep Pink

📋 copy color: '#F8199F'

red 248 ◦ green 25 ◦ blue 159

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

Shades of Deep Pink #F8199F

Tints of Deep Pink #F8199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 57.41%
G = 5.79%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8199F (or 0xF8199F) is known color: Deep Pink. HEX triplet: F8, 19 and 9F. RGB value is (248,25,159). Sum of RGB (Red+Green+Blue) = 248+25+159=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8199F is #07E660. Grayscale: #6A6A6A. Windows color (decimal): -517729 or 10426872. OLE color: 10426872.

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

Color convert

RGB 248 25 159 -
CMYK 0 0.90 0.36 0.03
HSL 323.95º 0.94% 0.54% -
HSV(B) 323.95º 0.9% 0.97% -
XYZ 45.32 23.15 34.88 -
YUV 106.95 157.38 228.6 -
System Red Green Blue C M Y K H S L
Decimal 248 25 159 0 0.90 0.36 0.03 323.95 0.94 0.54
Hex F8 19 9F 0 5A 24 3 144 5E 36
Octal 370 31 237 0 132 44 3 504 136 66
Binary 11111000 11001 10011111 0 1011010 100100 11 101000100 1011110 110110

Color Harmonies of #F8199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8199F

Black with #F8199F

Text Example


Text Example

White with #F8199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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