Html Css Color HEX #F8178C Deep Pink

📋 copy color: '#F8178C'

red 248 ◦ green 23 ◦ blue 140

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

Shades of Deep Pink #F8178C

Tints of Deep Pink #F8178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 60.34%
G = 5.6%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8178C (or 0xF8178C) is known color: Deep Pink. HEX triplet: F8, 17 and 8C. RGB value is (248,23,140). Sum of RGB (Red+Green+Blue) = 248+23+140=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8178C is #07E873. Grayscale: #676767. Windows color (decimal): -518260 or 9181176. OLE color: 9181176.

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

Color convert

RGB 248 23 140 -
CMYK 0 0.91 0.44 0.03
HSL 328.8º 0.94% 0.53% -
HSV(B) 328.8º 0.91% 0.97% -
XYZ 43.75 22.46 26.84 -
YUV 103.61 148.54 230.99 -
System Red Green Blue C M Y K H S L
Decimal 248 23 140 0 0.91 0.44 0.03 328.8 0.94 0.53
Hex F8 17 8C 0 5B 2C 3 149 5E 35
Octal 370 27 214 0 133 54 3 511 136 65
Binary 11111000 10111 10001100 0 1011011 101100 11 101001001 1011110 110101

Color Harmonies of #F8178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8178C

Black with #F8178C

Text Example


Text Example

White with #F8178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8178C; }

 p { color: rgb(248,23,140); }

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

background-color css

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

 a { background-color: rgb(248,23,140); }

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

border-color css

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

 span { border-color: rgb(248,23,140); }

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