Html Css Color HEX #F9007A Deep Pink

📋 copy color: '#F9007A'

red 249 ◦ green 0 ◦ blue 122

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

Shades of Deep Pink #F9007A

Tints of Deep Pink #F9007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.12%
G = 0%
B = 32.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9007A (or 0xF9007A) is known color: Deep Pink. HEX triplet: F9, 00 and 7A. RGB value is (249,0,122). Sum of RGB (Red+Green+Blue) = 249+0+122=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F9007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9007A is #06FF85. Grayscale: #585858. Windows color (decimal): -458630 or 7995641. OLE color: 7995641.

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

Color convert

RGB 249 0 122 -
CMYK 0 1 0.51 0.02
HSL 330.6º 1% 0.49% -
HSV(B) 330.6º 1% 0.98% -
XYZ 42.58 21.54 20.33 -
YUV 88.36 146.99 242.58 -
System Red Green Blue C M Y K H S L
Decimal 249 0 122 0 1 0.51 0.02 330.6 1 0.49
Hex F9 0 7A 0 64 33 2 14B 64 31
Octal 371 0 172 0 144 63 2 513 144 61
Binary 11111001 0 1111010 0 1100100 110011 10 101001011 1100100 110001

Color Harmonies of #F9007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9007A

Black with #F9007A

Text Example


Text Example

White with #F9007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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