Html Css Color HEX #FA037D Deep Pink

📋 copy color: '#FA037D'

red 250 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #FA037D

Tints of Deep Pink #FA037D

RGB

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

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

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

R = 66.14%
G = 0.79%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA037D (or 0xFA037D) is known color: Deep Pink. HEX triplet: FA, 03 and 7D. RGB value is (250,3,125). Sum of RGB (Red+Green+Blue) = 250+3+125=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA037D is #05FC82. Grayscale: #5A5A5A. Windows color (decimal): -392323 or 8193018. OLE color: 8193018.

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

Color convert

RGB 250 3 125 -
CMYK 0 0.99 0.50 0.02
HSL 330.36º 0.98% 0.5% -
HSV(B) 330.36º 0.99% 0.98% -
XYZ 43.16 21.87 21.35 -
YUV 90.76 147.33 241.58 -
System Red Green Blue C M Y K H S L
Decimal 250 3 125 0 0.99 0.50 0.02 330.36 0.98 0.5
Hex FA 3 7D 0 63 32 2 14A 62 32
Octal 372 3 175 0 143 62 2 512 142 62
Binary 11111010 11 1111101 0 1100011 110010 10 101001010 1100010 110010

Color Harmonies of #FA037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA037D

Black with #FA037D

Text Example


Text Example

White with #FA037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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