Html Css Color HEX #F9077E Deep Pink

📋 copy color: '#F9077E'

red 249 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #F9077E

Tints of Deep Pink #F9077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 65.18%
G = 1.83%
B = 32.98%

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

#F9077E (or 0xF9077E) is known color: Deep Pink. HEX triplet: F9, 07 and 7E. RGB value is (249,7,126). Sum of RGB (Red+Green+Blue) = 249+7+126=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9077E is #06F881. Grayscale: #5C5C5C. Windows color (decimal): -456834 or 8259577. OLE color: 8259577.

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

Color convert

RGB 249 7 126 -
CMYK 0 0.97 0.49 0.02
HSL 330.5º 0.95% 0.5% -
HSV(B) 330.5º 0.97% 0.98% -
XYZ 42.91 21.8 21.68 -
YUV 92.92 146.67 239.32 -
System Red Green Blue C M Y K H S L
Decimal 249 7 126 0 0.97 0.49 0.02 330.5 0.95 0.5
Hex F9 7 7E 0 61 31 2 14A 5F 32
Octal 371 7 176 0 141 61 2 512 137 62
Binary 11111001 111 1111110 0 1100001 110001 10 101001010 1011111 110010

Color Harmonies of #F9077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9077E

Black with #F9077E

Text Example


Text Example

White with #F9077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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