Html Css Color HEX #F9007E Deep Pink

📋 copy color: '#F9007E'

red 249 ◦ green 0 ◦ blue 126

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

Shades of Deep Pink #F9007E

Tints of Deep Pink #F9007E

RGB

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

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

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

R = 66.4%
G = 0%
B = 33.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9007E (or 0xF9007E) is known color: Deep Pink. HEX triplet: F9, 00 and 7E. RGB value is (249,0,126). Sum of RGB (Red+Green+Blue) = 249+0+126=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9007E is #06FF81. Grayscale: #585858. Windows color (decimal): -458626 or 8257785. OLE color: 8257785.

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

Color convert

RGB 249 0 126 -
CMYK 0 1 0.49 0.02
HSL 329.64º 1% 0.49% -
HSV(B) 329.64º 1% 0.98% -
XYZ 42.83 21.65 21.66 -
YUV 88.82 148.99 242.25 -
System Red Green Blue C M Y K H S L
Decimal 249 0 126 0 1 0.49 0.02 329.64 1 0.49
Hex F9 0 7E 0 64 31 2 14A 64 31
Octal 371 0 176 0 144 61 2 512 144 61
Binary 11111001 0 1111110 0 1100100 110001 10 101001010 1100100 110001

Color Harmonies of #F9007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9007E

Black with #F9007E

Text Example


Text Example

White with #F9007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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