Html Css Color HEX #F8159B Deep Pink

📋 copy color: '#F8159B'

red 248 ◦ green 21 ◦ blue 155

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

Shades of Deep Pink #F8159B

Tints of Deep Pink #F8159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 58.49%
G = 4.95%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8159B (or 0xF8159B) is known color: Deep Pink. HEX triplet: F8, 15 and 9B. RGB value is (248,21,155). Sum of RGB (Red+Green+Blue) = 248+21+155=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8159B is #07EA64. Grayscale: #676767. Windows color (decimal): -518757 or 10163704. OLE color: 10163704.

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

Color convert

RGB 248 21 155 -
CMYK 0 0.92 0.38 0.03
HSL 324.58º 0.94% 0.53% -
HSV(B) 324.58º 0.92% 0.97% -
XYZ 44.9 22.86 33.06 -
YUV 104.15 156.71 230.6 -
System Red Green Blue C M Y K H S L
Decimal 248 21 155 0 0.92 0.38 0.03 324.58 0.94 0.53
Hex F8 15 9B 0 5C 26 3 145 5E 35
Octal 370 25 233 0 134 46 3 505 136 65
Binary 11111000 10101 10011011 0 1011100 100110 11 101000101 1011110 110101

Color Harmonies of #F8159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8159B

Black with #F8159B

Text Example


Text Example

White with #F8159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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