Html Css Color HEX #FA0581 Deep Pink

📋 copy color: '#FA0581'

red 250 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #FA0581

Tints of Deep Pink #FA0581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 65.1%
G = 1.3%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0581 (or 0xFA0581) is known color: Deep Pink. HEX triplet: FA, 05 and 81. RGB value is (250,5,129). Sum of RGB (Red+Green+Blue) = 250+5+129=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0581 is #05FA7E. Grayscale: #5C5C5C. Windows color (decimal): -391807 or 8455674. OLE color: 8455674.

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

Color convert

RGB 250 5 129 -
CMYK 0 0.98 0.48 0.02
HSL 329.63º 0.96% 0.5% -
HSV(B) 329.63º 0.98% 0.98% -
XYZ 43.44 22.02 22.73 -
YUV 92.39 148.67 240.42 -
System Red Green Blue C M Y K H S L
Decimal 250 5 129 0 0.98 0.48 0.02 329.63 0.96 0.5
Hex FA 5 81 0 62 30 2 14A 60 32
Octal 372 5 201 0 142 60 2 512 140 62
Binary 11111010 101 10000001 0 1100010 110000 10 101001010 1100000 110010

Color Harmonies of #FA0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0581

Black with #FA0581

Text Example


Text Example

White with #FA0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0581; }

 p { color: rgb(250,5,129); }

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

background-color css

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

 a { background-color: rgb(250,5,129); }

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

border-color css

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

 span { border-color: rgb(250,5,129); }

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