Html Css Color HEX #F8149F Deep Pink

📋 copy color: '#F8149F'

red 248 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #F8149F

Tints of Deep Pink #F8149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 58.08%
G = 4.68%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8149F (or 0xF8149F) is known color: Deep Pink. HEX triplet: F8, 14 and 9F. RGB value is (248,20,159). Sum of RGB (Red+Green+Blue) = 248+20+159=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149F is #07EB60. Grayscale: #676767. Windows color (decimal): -519009 or 10425592. OLE color: 10425592.

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

Color convert

RGB 248 20 159 -
CMYK 0 0.92 0.36 0.03
HSL 323.42º 0.94% 0.53% -
HSV(B) 323.42º 0.92% 0.97% -
XYZ 45.22 22.96 34.85 -
YUV 104.02 159.04 230.7 -
System Red Green Blue C M Y K H S L
Decimal 248 20 159 0 0.92 0.36 0.03 323.42 0.94 0.53
Hex F8 14 9F 0 5C 24 3 143 5E 35
Octal 370 24 237 0 134 44 3 503 136 65
Binary 11111000 10100 10011111 0 1011100 100100 11 101000011 1011110 110101

Color Harmonies of #F8149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8149F

Black with #F8149F

Text Example


Text Example

White with #F8149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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