Html Css Color HEX #FA0376 Deep Pink

📋 copy color: '#FA0376'

red 250 ◦ green 3 ◦ blue 118

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

Shades of Deep Pink #FA0376

Tints of Deep Pink #FA0376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 67.39%
G = 0.81%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA0376 (or 0xFA0376) is known color: Deep Pink. HEX triplet: FA, 03 and 76. RGB value is (250,3,118). Sum of RGB (Red+Green+Blue) = 250+3+118=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0376 is #05FC89. Grayscale: #595959. Windows color (decimal): -392330 or 7734266. OLE color: 7734266.

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

Color convert

RGB 250 3 118 -
CMYK 0 0.99 0.53 0.02
HSL 332.06º 0.98% 0.5% -
HSV(B) 332.06º 0.99% 0.98% -
XYZ 42.73 21.7 19.08 -
YUV 89.96 143.83 242.15 -
System Red Green Blue C M Y K H S L
Decimal 250 3 118 0 0.99 0.53 0.02 332.06 0.98 0.5
Hex FA 3 76 0 63 35 2 14C 62 32
Octal 372 3 166 0 143 65 2 514 142 62
Binary 11111010 11 1110110 0 1100011 110101 10 101001100 1100010 110010

Color Harmonies of #FA0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0376

Black with #FA0376

Text Example


Text Example

White with #FA0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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