Html Css Color HEX #FA0380 Deep Pink

📋 copy color: '#FA0380'

red 250 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #FA0380

Tints of Deep Pink #FA0380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 65.62%
G = 0.79%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA0380 (or 0xFA0380) is known color: Deep Pink. HEX triplet: FA, 03 and 80. RGB value is (250,3,128). Sum of RGB (Red+Green+Blue) = 250+3+128=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0380 is #05FC7F. Grayscale: #5A5A5A. Windows color (decimal): -392320 or 8389626. OLE color: 8389626.

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

Color convert

RGB 250 3 128 -
CMYK 0 0.99 0.49 0.02
HSL 329.64º 0.98% 0.5% -
HSV(B) 329.64º 0.99% 0.98% -
XYZ 43.35 21.95 22.37 -
YUV 91.1 148.83 241.34 -
System Red Green Blue C M Y K H S L
Decimal 250 3 128 0 0.99 0.49 0.02 329.64 0.98 0.5
Hex FA 3 80 0 63 31 2 14A 62 32
Octal 372 3 200 0 143 61 2 512 142 62
Binary 11111010 11 10000000 0 1100011 110001 10 101001010 1100010 110010

Color Harmonies of #FA0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0380

Black with #FA0380

Text Example


Text Example

White with #FA0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0380; }

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

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

background-color css

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

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

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

border-color css

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

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

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