Html Css Color HEX #FA0585 Deep Pink

📋 copy color: '#FA0585'

red 250 ◦ green 5 ◦ blue 133

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

Shades of Deep Pink #FA0585

Tints of Deep Pink #FA0585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 64.43%
G = 1.29%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0585 (or 0xFA0585) is known color: Deep Pink. HEX triplet: FA, 05 and 85. RGB value is (250,5,133). Sum of RGB (Red+Green+Blue) = 250+5+133=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0585 is #05FA7A. Grayscale: #5C5C5C. Windows color (decimal): -391803 or 8717818. OLE color: 8717818.

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

Color convert

RGB 250 5 133 -
CMYK 0 0.98 0.47 0.02
HSL 328.65º 0.96% 0.5% -
HSV(B) 328.65º 0.98% 0.98% -
XYZ 43.71 22.13 24.16 -
YUV 92.85 150.67 240.09 -
System Red Green Blue C M Y K H S L
Decimal 250 5 133 0 0.98 0.47 0.02 328.65 0.96 0.5
Hex FA 5 85 0 62 2F 2 149 60 32
Octal 372 5 205 0 142 57 2 511 140 62
Binary 11111010 101 10000101 0 1100010 101111 10 101001001 1100000 110010

Color Harmonies of #FA0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0585

Black with #FA0585

Text Example


Text Example

White with #FA0585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0585; }

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

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

background-color css

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

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

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

border-color css

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

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

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