Html Css Color HEX #F9077D Deep Pink

📋 copy color: '#F9077D'

red 249 ◦ green 7 ◦ blue 125

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

Shades of Deep Pink #F9077D

Tints of Deep Pink #F9077D

RGB

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

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

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

R = 65.35%
G = 1.84%
B = 32.81%

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

#F9077D (or 0xF9077D) is known color: Deep Pink. HEX triplet: F9, 07 and 7D. RGB value is (249,7,125). Sum of RGB (Red+Green+Blue) = 249+7+125=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9077D is #06F882. Grayscale: #5C5C5C. Windows color (decimal): -456835 or 8194041. OLE color: 8194041.

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

Color convert

RGB 249 7 125 -
CMYK 0 0.97 0.50 0.02
HSL 330.74º 0.95% 0.5% -
HSV(B) 330.74º 0.97% 0.98% -
XYZ 42.84 21.77 21.35 -
YUV 92.81 146.17 239.41 -
System Red Green Blue C M Y K H S L
Decimal 249 7 125 0 0.97 0.50 0.02 330.74 0.95 0.5
Hex F9 7 7D 0 61 32 2 14B 5F 32
Octal 371 7 175 0 141 62 2 513 137 62
Binary 11111001 111 1111101 0 1100001 110010 10 101001011 1011111 110010

Color Harmonies of #F9077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9077D

Black with #F9077D

Text Example


Text Example

White with #F9077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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