Html Css Color HEX #F8178D Deep Pink

📋 copy color: '#F8178D'

red 248 ◦ green 23 ◦ blue 141

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

Shades of Deep Pink #F8178D

Tints of Deep Pink #F8178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 60.19%
G = 5.58%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8178D (or 0xF8178D) is known color: Deep Pink. HEX triplet: F8, 17 and 8D. RGB value is (248,23,141). Sum of RGB (Red+Green+Blue) = 248+23+141=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8178D is #07E872. Grayscale: #676767. Windows color (decimal): -518259 or 9246712. OLE color: 9246712.

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

Color convert

RGB 248 23 141 -
CMYK 0 0.91 0.43 0.03
HSL 328.53º 0.94% 0.53% -
HSV(B) 328.53º 0.91% 0.97% -
XYZ 43.83 22.49 27.23 -
YUV 103.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 248 23 141 0 0.91 0.43 0.03 328.53 0.94 0.53
Hex F8 17 8D 0 5B 2B 3 149 5E 35
Octal 370 27 215 0 133 53 3 511 136 65
Binary 11111000 10111 10001101 0 1011011 101011 11 101001001 1011110 110101

Color Harmonies of #F8178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8178D

Black with #F8178D

Text Example


Text Example

White with #F8178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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