Html Css Color HEX #F9048F Deep Pink

📋 copy color: '#F9048F'

red 249 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #F9048F

Tints of Deep Pink #F9048F

RGB

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

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

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

R = 62.88%
G = 1.01%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9048F (or 0xF9048F) is known color: Deep Pink. HEX triplet: F9, 04 and 8F. RGB value is (249,4,143). Sum of RGB (Red+Green+Blue) = 249+4+143=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9048F is #06FB70. Grayscale: #5C5C5C. Windows color (decimal): -457585 or 9372921. OLE color: 9372921.

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

Color convert

RGB 249 4 143 -
CMYK 0 0.98 0.43 0.02
HSL 325.96º 0.97% 0.5% -
HSV(B) 325.96º 0.98% 0.98% -
XYZ 44.07 22.21 27.95 -
YUV 93.1 156.17 239.2 -
System Red Green Blue C M Y K H S L
Decimal 249 4 143 0 0.98 0.43 0.02 325.96 0.97 0.5
Hex F9 4 8F 0 62 2B 2 146 61 32
Octal 371 4 217 0 142 53 2 506 141 62
Binary 11111001 100 10001111 0 1100010 101011 10 101000110 1100001 110010

Color Harmonies of #F9048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9048F

Black with #F9048F

Text Example


Text Example

White with #F9048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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