Html Css Color HEX #F8149A Deep Pink

📋 copy color: '#F8149A'

red 248 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #F8149A

Tints of Deep Pink #F8149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 58.77%
G = 4.74%
B = 36.49%

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

#F8149A (or 0xF8149A) is known color: Deep Pink. HEX triplet: F8, 14 and 9A. RGB value is (248,20,154). Sum of RGB (Red+Green+Blue) = 248+20+154=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149A is #07EB65. Grayscale: #676767. Windows color (decimal): -519014 or 10097912. OLE color: 10097912.

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

Color convert

RGB 248 20 154 -
CMYK 0 0.92 0.38 0.03
HSL 324.74º 0.94% 0.53% -
HSV(B) 324.74º 0.92% 0.97% -
XYZ 44.79 22.79 32.61 -
YUV 103.45 156.54 231.1 -
System Red Green Blue C M Y K H S L
Decimal 248 20 154 0 0.92 0.38 0.03 324.74 0.94 0.53
Hex F8 14 9A 0 5C 26 3 145 5E 35
Octal 370 24 232 0 134 46 3 505 136 65
Binary 11111000 10100 10011010 0 1011100 100110 11 101000101 1011110 110101

Color Harmonies of #F8149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8149A

Black with #F8149A

Text Example


Text Example

White with #F8149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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