Html Css Color HEX #FA037A Deep Pink

📋 copy color: '#FA037A'

red 250 ◦ green 3 ◦ blue 122

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

Shades of Deep Pink #FA037A

Tints of Deep Pink #FA037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 66.67%
G = 0.8%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA037A (or 0xFA037A) is known color: Deep Pink. HEX triplet: FA, 03 and 7A. RGB value is (250,3,122). Sum of RGB (Red+Green+Blue) = 250+3+122=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA037A is #05FC85. Grayscale: #5A5A5A. Windows color (decimal): -392326 or 7996410. OLE color: 7996410.

HSL color Cylindrical-coordinate representation of color #FA037A: hue angle of 331.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA037A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 3 122 -
CMYK 0 0.99 0.51 0.02
HSL 331.09º 0.98% 0.5% -
HSV(B) 331.09º 0.99% 0.98% -
XYZ 42.97 21.79 20.35 -
YUV 90.42 145.83 241.82 -
System Red Green Blue C M Y K H S L
Decimal 250 3 122 0 0.99 0.51 0.02 331.09 0.98 0.5
Hex FA 3 7A 0 63 33 2 14B 62 32
Octal 372 3 172 0 143 63 2 513 142 62
Binary 11111010 11 1111010 0 1100011 110011 10 101001011 1100010 110010

Color Harmonies of #FA037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA037A

Black with #FA037A

Text Example


Text Example

White with #FA037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA037A; }

 p { color: rgb(250,3,122); }

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

background-color css

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

 a { background-color: rgb(250,3,122); }

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

border-color css

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

 span { border-color: rgb(250,3,122); }

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