Html Css Color HEX #F8198F Deep Pink

📋 copy color: '#F8198F'

red 248 ◦ green 25 ◦ blue 143

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

Shades of Deep Pink #F8198F

Tints of Deep Pink #F8198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 59.62%
G = 6.01%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8198F (or 0xF8198F) is known color: Deep Pink. HEX triplet: F8, 19 and 8F. RGB value is (248,25,143). Sum of RGB (Red+Green+Blue) = 248+25+143=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F8198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8198F is #07E670. Grayscale: #686868. Windows color (decimal): -517745 or 9378296. OLE color: 9378296.

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

Color convert

RGB 248 25 143 -
CMYK 0 0.90 0.42 0.03
HSL 328.25º 0.94% 0.54% -
HSV(B) 328.25º 0.9% 0.97% -
XYZ 44.02 22.63 28.04 -
YUV 105.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 248 25 143 0 0.90 0.42 0.03 328.25 0.94 0.54
Hex F8 19 8F 0 5A 2A 3 148 5E 36
Octal 370 31 217 0 132 52 3 510 136 66
Binary 11111000 11001 10001111 0 1011010 101010 11 101001000 1011110 110110

Color Harmonies of #F8198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8198F

Black with #F8198F

Text Example


Text Example

White with #F8198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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