Html Css Color HEX #F9047E Deep Pink

📋 copy color: '#F9047E'

red 249 ◦ green 4 ◦ blue 126

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

Shades of Deep Pink #F9047E

Tints of Deep Pink #F9047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 65.7%
G = 1.06%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9047E (or 0xF9047E) is known color: Deep Pink. HEX triplet: F9, 04 and 7E. RGB value is (249,4,126). Sum of RGB (Red+Green+Blue) = 249+4+126=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9047E is #06FB81. Grayscale: #5A5A5A. Windows color (decimal): -457602 or 8258809. OLE color: 8258809.

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

Color convert

RGB 249 4 126 -
CMYK 0 0.98 0.49 0.02
HSL 330.12º 0.97% 0.5% -
HSV(B) 330.12º 0.98% 0.98% -
XYZ 42.88 21.73 21.67 -
YUV 91.16 147.67 240.58 -
System Red Green Blue C M Y K H S L
Decimal 249 4 126 0 0.98 0.49 0.02 330.12 0.97 0.5
Hex F9 4 7E 0 62 31 2 14A 61 32
Octal 371 4 176 0 142 61 2 512 141 62
Binary 11111001 100 1111110 0 1100010 110001 10 101001010 1100001 110010

Color Harmonies of #F9047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9047E

Black with #F9047E

Text Example


Text Example

White with #F9047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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