Html Css Color HEX #F9087D Deep Pink

📋 copy color: '#F9087D'

red 249 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #F9087D

Tints of Deep Pink #F9087D

RGB

 RED value IS 249 (97.66% from 255) = 65.18%

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 65.18%
G = 2.09%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9087D (or 0xF9087D) is known color: Deep Pink. HEX triplet: F9, 08 and 7D. RGB value is (249,8,125). Sum of RGB (Red+Green+Blue) = 249+8+125=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9087D is #06F782. Grayscale: #5D5D5D. Windows color (decimal): -456579 or 8194297. OLE color: 8194297.

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

Color convert

RGB 249 8 125 -
CMYK 0 0.97 0.50 0.02
HSL 330.87º 0.95% 0.5% -
HSV(B) 330.87º 0.97% 0.98% -
XYZ 42.86 21.79 21.35 -
YUV 93.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 249 8 125 0 0.97 0.50 0.02 330.87 0.95 0.5
Hex F9 8 7D 0 61 32 2 14B 5F 32
Octal 371 10 175 0 141 62 2 513 137 62
Binary 11111001 1000 1111101 0 1100001 110010 10 101001011 1011111 110010

Color Harmonies of #F9087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9087D

Black with #F9087D

Text Example


Text Example

White with #F9087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9087D; }

 p { color: rgb(249,8,125); }

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

background-color css

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

 a { background-color: rgb(249,8,125); }

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

border-color css

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

 span { border-color: rgb(249,8,125); }

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