Html Css Color HEX #F8149D Deep Pink

📋 copy color: '#F8149D'

red 248 ◦ green 20 ◦ blue 157

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

Shades of Deep Pink #F8149D

Tints of Deep Pink #F8149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.71%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 58.35%
G = 4.71%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8149D (or 0xF8149D) is known color: Deep Pink. HEX triplet: F8, 14 and 9D. RGB value is (248,20,157). Sum of RGB (Red+Green+Blue) = 248+20+157=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149D is #07EB62. Grayscale: #676767. Windows color (decimal): -519011 or 10294520. OLE color: 10294520.

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

Color convert

RGB 248 20 157 -
CMYK 0 0.92 0.37 0.03
HSL 323.95º 0.94% 0.53% -
HSV(B) 323.95º 0.92% 0.97% -
XYZ 45.05 22.89 33.94 -
YUV 103.79 158.04 230.86 -
System Red Green Blue C M Y K H S L
Decimal 248 20 157 0 0.92 0.37 0.03 323.95 0.94 0.53
Hex F8 14 9D 0 5C 25 3 144 5E 35
Octal 370 24 235 0 134 45 3 504 136 65
Binary 11111000 10100 10011101 0 1011100 100101 11 101000100 1011110 110101

Color Harmonies of #F8149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8149D

Black with #F8149D

Text Example


Text Example

White with #F8149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8149D; }

 p { color: rgb(248,20,157); }

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

background-color css

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

 a { background-color: rgb(248,20,157); }

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

border-color css

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

 span { border-color: rgb(248,20,157); }

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