Html Css Color HEX #FA047F Deep Pink

📋 copy color: '#FA047F'

red 250 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #FA047F

Tints of Deep Pink #FA047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 65.62%
G = 1.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA047F (or 0xFA047F) is known color: Deep Pink. HEX triplet: FA, 04 and 7F. RGB value is (250,4,127). Sum of RGB (Red+Green+Blue) = 250+4+127=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047F is #05FB80. Grayscale: #5B5B5B. Windows color (decimal): -392065 or 8324346. OLE color: 8324346.

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

Color convert

RGB 250 4 127 -
CMYK 0 0.98 0.49 0.02
HSL 330º 0.97% 0.5% -
HSV(B) 330º 0.98% 0.98% -
XYZ 43.3 21.94 22.03 -
YUV 91.58 148 241 -
System Red Green Blue C M Y K H S L
Decimal 250 4 127 0 0.98 0.49 0.02 330 0.97 0.5
Hex FA 4 7F 0 62 31 2 14A 61 32
Octal 372 4 177 0 142 61 2 512 141 62
Binary 11111010 100 1111111 0 1100010 110001 10 101001010 1100001 110010

Color Harmonies of #FA047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA047F

Black with #FA047F

Text Example


Text Example

White with #FA047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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