Html Css Color HEX #F8098D Deep Pink

📋 copy color: '#F8098D'

red 248 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #F8098D

Tints of Deep Pink #F8098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 62.31%
G = 2.26%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8098D (or 0xF8098D) is known color: Deep Pink. HEX triplet: F8, 09 and 8D. RGB value is (248,9,141). Sum of RGB (Red+Green+Blue) = 248+9+141=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8098D is #07F672. Grayscale: #5F5F5F. Windows color (decimal): -521843 or 9243128. OLE color: 9243128.

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

Color convert

RGB 248 9 141 -
CMYK 0 0.96 0.43 0.03
HSL 326.86º 0.94% 0.5% -
HSV(B) 326.86º 0.96% 0.97% -
XYZ 43.62 22.07 27.16 -
YUV 95.51 153.68 236.77 -
System Red Green Blue C M Y K H S L
Decimal 248 9 141 0 0.96 0.43 0.03 326.86 0.94 0.5
Hex F8 9 8D 0 60 2B 3 147 5E 32
Octal 370 11 215 0 140 53 3 507 136 62
Binary 11111000 1001 10001101 0 1100000 101011 11 101000111 1011110 110010

Color Harmonies of #F8098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8098D

Black with #F8098D

Text Example


Text Example

White with #F8098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8098D; }

 p { color: rgb(248,9,141); }

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

background-color css

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

 a { background-color: rgb(248,9,141); }

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

border-color css

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

 span { border-color: rgb(248,9,141); }

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