Html Css Color HEX #F9047A Deep Pink

📋 copy color: '#F9047A'

red 249 ◦ green 4 ◦ blue 122

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

Shades of Deep Pink #F9047A

Tints of Deep Pink #F9047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 66.4%
G = 1.07%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9047A (or 0xF9047A) is known color: Deep Pink. HEX triplet: F9, 04 and 7A. RGB value is (249,4,122). Sum of RGB (Red+Green+Blue) = 249+4+122=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9047A is #06FB85. Grayscale: #5A5A5A. Windows color (decimal): -457606 or 7996665. OLE color: 7996665.

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

Color convert

RGB 249 4 122 -
CMYK 0 0.98 0.51 0.02
HSL 331.1º 0.97% 0.5% -
HSV(B) 331.1º 0.98% 0.98% -
XYZ 42.62 21.63 20.34 -
YUV 90.71 145.67 240.91 -
System Red Green Blue C M Y K H S L
Decimal 249 4 122 0 0.98 0.51 0.02 331.1 0.97 0.5
Hex F9 4 7A 0 62 33 2 14B 61 32
Octal 371 4 172 0 142 63 2 513 141 62
Binary 11111001 100 1111010 0 1100010 110011 10 101001011 1100001 110010

Color Harmonies of #F9047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9047A

Black with #F9047A

Text Example


Text Example

White with #F9047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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