Html Css Color HEX #F9028F Deep Pink

📋 copy color: '#F9028F'

red 249 ◦ green 2 ◦ blue 143

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

Shades of Deep Pink #F9028F

Tints of Deep Pink #F9028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 63.2%
G = 0.51%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9028F (or 0xF9028F) is known color: Deep Pink. HEX triplet: F9, 02 and 8F. RGB value is (249,2,143). Sum of RGB (Red+Green+Blue) = 249+2+143=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9028F is #06FD70. Grayscale: #5B5B5B. Windows color (decimal): -458097 or 9372409. OLE color: 9372409.

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

Color convert

RGB 249 2 143 -
CMYK 0 0.99 0.43 0.02
HSL 325.75º 0.98% 0.49% -
HSV(B) 325.75º 0.99% 0.98% -
XYZ 44.05 22.17 27.94 -
YUV 91.93 156.83 240.04 -
System Red Green Blue C M Y K H S L
Decimal 249 2 143 0 0.99 0.43 0.02 325.75 0.98 0.49
Hex F9 2 8F 0 63 2B 2 146 62 31
Octal 371 2 217 0 143 53 2 506 142 61
Binary 11111001 10 10001111 0 1100011 101011 10 101000110 1100010 110001

Color Harmonies of #F9028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9028F

Black with #F9028F

Text Example


Text Example

White with #F9028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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