Html Css Color HEX #F8149C Deep Pink

📋 copy color: '#F8149C'

red 248 ◦ green 20 ◦ blue 156

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

Shades of Deep Pink #F8149C

Tints of Deep Pink #F8149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 58.49%
G = 4.72%
B = 36.79%

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

#F8149C (or 0xF8149C) is known color: Deep Pink. HEX triplet: F8, 14 and 9C. RGB value is (248,20,156). Sum of RGB (Red+Green+Blue) = 248+20+156=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149C is #07EB63. Grayscale: #676767. Windows color (decimal): -519012 or 10228984. OLE color: 10228984.

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

Color convert

RGB 248 20 156 -
CMYK 0 0.92 0.37 0.03
HSL 324.21º 0.94% 0.53% -
HSV(B) 324.21º 0.92% 0.97% -
XYZ 44.96 22.86 33.49 -
YUV 103.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 248 20 156 0 0.92 0.37 0.03 324.21 0.94 0.53
Hex F8 14 9C 0 5C 25 3 144 5E 35
Octal 370 24 234 0 134 45 3 504 136 65
Binary 11111000 10100 10011100 0 1011100 100101 11 101000100 1011110 110101

Color Harmonies of #F8149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8149C

Black with #F8149C

Text Example


Text Example

White with #F8149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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