Html Css Color HEX #FA047E Deep Pink

📋 copy color: '#FA047E'

red 250 ◦ green 4 ◦ blue 126

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

Shades of Deep Pink #FA047E

Tints of Deep Pink #FA047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 65.79%
G = 1.05%
B = 33.16%

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

#FA047E (or 0xFA047E) is known color: Deep Pink. HEX triplet: FA, 04 and 7E. RGB value is (250,4,126). Sum of RGB (Red+Green+Blue) = 250+4+126=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047E is #05FB81. Grayscale: #5B5B5B. Windows color (decimal): -392066 or 8258810. OLE color: 8258810.

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

Color convert

RGB 250 4 126 -
CMYK 0 0.98 0.50 0.02
HSL 330.24º 0.97% 0.5% -
HSV(B) 330.24º 0.98% 0.98% -
XYZ 43.23 21.92 21.69 -
YUV 91.46 147.5 241.08 -
System Red Green Blue C M Y K H S L
Decimal 250 4 126 0 0.98 0.50 0.02 330.24 0.97 0.5
Hex FA 4 7E 0 62 32 2 14A 61 32
Octal 372 4 176 0 142 62 2 512 141 62
Binary 11111010 100 1111110 0 1100010 110010 10 101001010 1100001 110010

Color Harmonies of #FA047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA047E

Black with #FA047E

Text Example


Text Example

White with #FA047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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