Html Css Color HEX #F5048A Deep Pink

📋 copy color: '#F5048A'

red 245 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #F5048A

Tints of Deep Pink #F5048A

RGB

 RED value IS 245 (96.09% from 255) = 63.31%

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 63.31%
G = 1.03%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5048A (or 0xF5048A) is known color: Deep Pink. HEX triplet: F5, 04 and 8A. RGB value is (245,4,138). Sum of RGB (Red+Green+Blue) = 245+4+138=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5048A is #0AFB75. Grayscale: #5B5B5B. Windows color (decimal): -719734 or 9045237. OLE color: 9045237.

HSL color Cylindrical-coordinate representation of color #F5048A: hue angle of 326.64º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5048A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 138 -
CMYK 0 0.98 0.44 0.04
HSL 326.64º 0.97% 0.49% -
HSV(B) 326.64º 0.98% 0.96% -
XYZ 42.29 21.33 25.93 -
YUV 91.34 154.34 237.6 -
System Red Green Blue C M Y K H S L
Decimal 245 4 138 0 0.98 0.44 0.04 326.64 0.97 0.49
Hex F5 4 8A 0 62 2C 4 147 61 31
Octal 365 4 212 0 142 54 4 507 141 61
Binary 11110101 100 10001010 0 1100010 101100 100 101000111 1100001 110001

Color Harmonies of #F5048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5048A

Black with #F5048A

Text Example


Text Example

White with #F5048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5048A; }

 p { color: rgb(245,4,138); }

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

background-color css

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

 a { background-color: rgb(245,4,138); }

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

border-color css

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

 span { border-color: rgb(245,4,138); }

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