Html Css Color HEX #F8058A Deep Pink

📋 copy color: '#F8058A'

red 248 ◦ green 5 ◦ blue 138

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

Shades of Deep Pink #F8058A

Tints of Deep Pink #F8058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 63.43%
G = 1.28%
B = 35.29%

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

#F8058A (or 0xF8058A) is known color: Deep Pink. HEX triplet: F8, 05 and 8A. RGB value is (248,5,138). Sum of RGB (Red+Green+Blue) = 248+5+138=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8058A is #07FA75. Grayscale: #5C5C5C. Windows color (decimal): -522870 or 9045496. OLE color: 9045496.

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

Color convert

RGB 248 5 138 -
CMYK 0 0.98 0.44 0.03
HSL 327.16º 0.96% 0.5% -
HSV(B) 327.16º 0.98% 0.97% -
XYZ 43.35 21.9 25.99 -
YUV 92.82 153.51 238.69 -
System Red Green Blue C M Y K H S L
Decimal 248 5 138 0 0.98 0.44 0.03 327.16 0.96 0.5
Hex F8 5 8A 0 62 2C 3 147 60 32
Octal 370 5 212 0 142 54 3 507 140 62
Binary 11111000 101 10001010 0 1100010 101100 11 101000111 1100000 110010

Color Harmonies of #F8058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8058A

Black with #F8058A

Text Example


Text Example

White with #F8058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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