Html Css Color HEX #F9027C Deep Pink

📋 copy color: '#F9027C'

red 249 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #F9027C

Tints of Deep Pink #F9027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 66.4%
G = 0.53%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9027C (or 0xF9027C) is known color: Deep Pink. HEX triplet: F9, 02 and 7C. RGB value is (249,2,124). Sum of RGB (Red+Green+Blue) = 249+2+124=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9027C is #06FD83. Grayscale: #595959. Windows color (decimal): -458116 or 8127225. OLE color: 8127225.

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

Color convert

RGB 249 2 124 -
CMYK 0 0.99 0.50 0.02
HSL 330.36º 0.98% 0.49% -
HSV(B) 330.36º 0.99% 0.98% -
XYZ 42.73 21.64 20.99 -
YUV 89.76 147.33 241.58 -
System Red Green Blue C M Y K H S L
Decimal 249 2 124 0 0.99 0.50 0.02 330.36 0.98 0.49
Hex F9 2 7C 0 63 32 2 14A 62 31
Octal 371 2 174 0 143 62 2 512 142 61
Binary 11111001 10 1111100 0 1100011 110010 10 101001010 1100010 110001

Color Harmonies of #F9027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9027C

Black with #F9027C

Text Example


Text Example

White with #F9027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9027C; }

 p { color: rgb(249,2,124); }

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

background-color css

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

 a { background-color: rgb(249,2,124); }

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

border-color css

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

 span { border-color: rgb(249,2,124); }

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