Html Css Color HEX #F5098D Deep Pink

📋 copy color: '#F5098D'

red 245 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #F5098D

Tints of Deep Pink #F5098D

RGB

 RED value IS 245 (96.09% from 255) = 62.03%

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

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

R = 62.03%
G = 2.28%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5098D (or 0xF5098D) is known color: Deep Pink. HEX triplet: F5, 09 and 8D. RGB value is (245,9,141). Sum of RGB (Red+Green+Blue) = 245+9+141=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F5098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5098D is #0AF672. Grayscale: #5E5E5E. Windows color (decimal): -718451 or 9243125. OLE color: 9243125.

HSL color Cylindrical-coordinate representation of color #F5098D: hue angle of 326.44º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5098D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 141 -
CMYK 0 0.96 0.42 0.04
HSL 326.44º 0.93% 0.5% -
HSV(B) 326.44º 0.96% 0.96% -
XYZ 42.56 21.53 27.11 -
YUV 94.61 154.19 235.27 -
System Red Green Blue C M Y K H S L
Decimal 245 9 141 0 0.96 0.42 0.04 326.44 0.93 0.5
Hex F5 9 8D 0 60 2A 4 146 5D 32
Octal 365 11 215 0 140 52 4 506 135 62
Binary 11110101 1001 10001101 0 1100000 101010 100 101000110 1011101 110010

Color Harmonies of #F5098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5098D

Black with #F5098D

Text Example


Text Example

White with #F5098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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