Html Css Color HEX #F8058B Deep Pink

📋 copy color: '#F8058B'

red 248 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #F8058B

Tints of Deep Pink #F8058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 63.27%
G = 1.28%
B = 35.46%

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

#F8058B (or 0xF8058B) is known color: Deep Pink. HEX triplet: F8, 05 and 8B. RGB value is (248,5,139). Sum of RGB (Red+Green+Blue) = 248+5+139=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8058B is #07FA74. Grayscale: #5C5C5C. Windows color (decimal): -522869 or 9111032. OLE color: 9111032.

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

Color convert

RGB 248 5 139 -
CMYK 0 0.98 0.44 0.03
HSL 326.91º 0.96% 0.5% -
HSV(B) 326.91º 0.98% 0.97% -
XYZ 43.43 21.93 26.37 -
YUV 92.93 154.01 238.6 -
System Red Green Blue C M Y K H S L
Decimal 248 5 139 0 0.98 0.44 0.03 326.91 0.96 0.5
Hex F8 5 8B 0 62 2C 3 147 60 32
Octal 370 5 213 0 142 54 3 507 140 62
Binary 11111000 101 10001011 0 1100010 101100 11 101000111 1100000 110010

Color Harmonies of #F8058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8058B

Black with #F8058B

Text Example


Text Example

White with #F8058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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