Html Css Color HEX #F9087F Deep Pink

📋 copy color: '#F9087F'

red 249 ◦ green 8 ◦ blue 127

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

Shades of Deep Pink #F9087F

Tints of Deep Pink #F9087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 64.84%
G = 2.08%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9087F (or 0xF9087F) is known color: Deep Pink. HEX triplet: F9, 08 and 7F. RGB value is (249,8,127). Sum of RGB (Red+Green+Blue) = 249+8+127=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F9087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9087F is #06F780. Grayscale: #5D5D5D. Windows color (decimal): -456577 or 8325369. OLE color: 8325369.

HSL color Cylindrical-coordinate representation of color #F9087F: hue angle of 330.37º 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 #F9087F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 8 127 -
CMYK 0 0.97 0.49 0.02
HSL 330.37º 0.95% 0.5% -
HSV(B) 330.37º 0.97% 0.98% -
XYZ 42.98 21.85 22.03 -
YUV 93.63 146.84 238.82 -
System Red Green Blue C M Y K H S L
Decimal 249 8 127 0 0.97 0.49 0.02 330.37 0.95 0.5
Hex F9 8 7F 0 61 31 2 14A 5F 32
Octal 371 10 177 0 141 61 2 512 137 62
Binary 11111001 1000 1111111 0 1100001 110001 10 101001010 1011111 110010

Color Harmonies of #F9087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9087F

Black with #F9087F

Text Example


Text Example

White with #F9087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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