Html Css Color HEX #F9077C Deep Pink

📋 copy color: '#F9077C'

red 249 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #F9077C

Tints of Deep Pink #F9077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 65.53%
G = 1.84%
B = 32.63%

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

#F9077C (or 0xF9077C) is known color: Deep Pink. HEX triplet: F9, 07 and 7C. RGB value is (249,7,124). Sum of RGB (Red+Green+Blue) = 249+7+124=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9077C is #06F883. Grayscale: #5C5C5C. Windows color (decimal): -456836 or 8128505. OLE color: 8128505.

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

Color convert

RGB 249 7 124 -
CMYK 0 0.97 0.50 0.02
HSL 330.99º 0.95% 0.5% -
HSV(B) 330.99º 0.97% 0.98% -
XYZ 42.78 21.75 21.01 -
YUV 92.7 145.67 239.49 -
System Red Green Blue C M Y K H S L
Decimal 249 7 124 0 0.97 0.50 0.02 330.99 0.95 0.5
Hex F9 7 7C 0 61 32 2 14B 5F 32
Octal 371 7 174 0 141 62 2 513 137 62
Binary 11111001 111 1111100 0 1100001 110010 10 101001011 1011111 110010

Color Harmonies of #F9077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9077C

Black with #F9077C

Text Example


Text Example

White with #F9077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9077C; }

 p { color: rgb(249,7,124); }

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

background-color css

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

 a { background-color: rgb(249,7,124); }

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

border-color css

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

 span { border-color: rgb(249,7,124); }

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