Html Css Color HEX #F8048A Deep Pink

📋 copy color: '#F8048A'

red 248 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #F8048A

Tints of Deep Pink #F8048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 63.59%
G = 1.03%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8048A (or 0xF8048A) is known color: Deep Pink. HEX triplet: F8, 04 and 8A. RGB value is (248,4,138). Sum of RGB (Red+Green+Blue) = 248+4+138=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8048A is #07FB75. Grayscale: #5B5B5B. Windows color (decimal): -523126 or 9045240. OLE color: 9045240.

HSL color Cylindrical-coordinate representation of color #F8048A: hue angle of 327.05º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8048A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 138 -
CMYK 0 0.98 0.44 0.03
HSL 327.05º 0.97% 0.49% -
HSV(B) 327.05º 0.98% 0.97% -
XYZ 43.34 21.88 25.98 -
YUV 92.23 153.84 239.1 -
System Red Green Blue C M Y K H S L
Decimal 248 4 138 0 0.98 0.44 0.03 327.05 0.97 0.49
Hex F8 4 8A 0 62 2C 3 147 61 31
Octal 370 4 212 0 142 54 3 507 141 61
Binary 11111000 100 10001010 0 1100010 101100 11 101000111 1100001 110001

Color Harmonies of #F8048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8048A

Black with #F8048A

Text Example


Text Example

White with #F8048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8048A; }

 p { color: rgb(248,4,138); }

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

background-color css

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

 a { background-color: rgb(248,4,138); }

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

border-color css

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

 span { border-color: rgb(248,4,138); }

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