Html Css Color HEX #F8158C Deep Pink

📋 copy color: '#F8158C'

red 248 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #F8158C

Tints of Deep Pink #F8158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 60.64%
G = 5.13%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8158C (or 0xF8158C) is known color: Deep Pink. HEX triplet: F8, 15 and 8C. RGB value is (248,21,140). Sum of RGB (Red+Green+Blue) = 248+21+140=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8158C is #07EA73. Grayscale: #666666. Windows color (decimal): -518772 or 9180664. OLE color: 9180664.

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

Color convert

RGB 248 21 140 -
CMYK 0 0.92 0.44 0.03
HSL 328.55º 0.94% 0.53% -
HSV(B) 328.55º 0.92% 0.97% -
XYZ 43.71 22.39 26.83 -
YUV 102.44 149.21 231.82 -
System Red Green Blue C M Y K H S L
Decimal 248 21 140 0 0.92 0.44 0.03 328.55 0.94 0.53
Hex F8 15 8C 0 5C 2C 3 149 5E 35
Octal 370 25 214 0 134 54 3 511 136 65
Binary 11111000 10101 10001100 0 1011100 101100 11 101001001 1011110 110101

Color Harmonies of #F8158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8158C

Black with #F8158C

Text Example


Text Example

White with #F8158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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