Html Css Color HEX #F5047D Deep Pink

📋 copy color: '#F5047D'

red 245 ◦ green 4 ◦ blue 125

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

Shades of Deep Pink #F5047D

Tints of Deep Pink #F5047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 65.51%
G = 1.07%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5047D (or 0xF5047D) is known color: Deep Pink. HEX triplet: F5, 04 and 7D. RGB value is (245,4,125). Sum of RGB (Red+Green+Blue) = 245+4+125=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5047D is #0AFB82. Grayscale: #595959. Windows color (decimal): -719747 or 8193269. OLE color: 8193269.

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

Color convert

RGB 245 4 125 -
CMYK 0 0.98 0.49 0.04
HSL 329.88º 0.97% 0.49% -
HSV(B) 329.88º 0.98% 0.96% -
XYZ 41.4 20.98 21.27 -
YUV 89.85 147.84 238.66 -
System Red Green Blue C M Y K H S L
Decimal 245 4 125 0 0.98 0.49 0.04 329.88 0.97 0.49
Hex F5 4 7D 0 62 31 4 14A 61 31
Octal 365 4 175 0 142 61 4 512 141 61
Binary 11110101 100 1111101 0 1100010 110001 100 101001010 1100001 110001

Color Harmonies of #F5047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5047D

Black with #F5047D

Text Example


Text Example

White with #F5047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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