Html Css Color HEX #FA047D Deep Pink

📋 copy color: '#FA047D'

red 250 ◦ green 4 ◦ blue 125

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

Shades of Deep Pink #FA047D

Tints of Deep Pink #FA047D

RGB

 RED value IS 250 (98.05% from 255) = 65.96%

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

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

R = 65.96%
G = 1.06%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA047D (or 0xFA047D) is known color: Deep Pink. HEX triplet: FA, 04 and 7D. RGB value is (250,4,125). Sum of RGB (Red+Green+Blue) = 250+4+125=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047D is #05FB82. Grayscale: #5B5B5B. Windows color (decimal): -392067 or 8193274. OLE color: 8193274.

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

Color convert

RGB 250 4 125 -
CMYK 0 0.98 0.50 0.02
HSL 330.49º 0.97% 0.5% -
HSV(B) 330.49º 0.98% 0.98% -
XYZ 43.17 21.89 21.35 -
YUV 91.35 147 241.16 -
System Red Green Blue C M Y K H S L
Decimal 250 4 125 0 0.98 0.50 0.02 330.49 0.97 0.5
Hex FA 4 7D 0 62 32 2 14A 61 32
Octal 372 4 175 0 142 62 2 512 141 62
Binary 11111010 100 1111101 0 1100010 110010 10 101001010 1100001 110010

Color Harmonies of #FA047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA047D

Black with #FA047D

Text Example


Text Example

White with #FA047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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