Html Css Color HEX #FA0575 Deep Pink

📋 copy color: '#FA0575'

red 250 ◦ green 5 ◦ blue 117

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

Shades of Deep Pink #FA0575

Tints of Deep Pink #FA0575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 67.2%
G = 1.34%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA0575 (or 0xFA0575) is known color: Deep Pink. HEX triplet: FA, 05 and 75. RGB value is (250,5,117). Sum of RGB (Red+Green+Blue) = 250+5+117=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0575 is #05FA8A. Grayscale: #5A5A5A. Windows color (decimal): -391819 or 7669242. OLE color: 7669242.

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

Color convert

RGB 250 5 117 -
CMYK 0 0.98 0.53 0.02
HSL 332.57º 0.96% 0.5% -
HSV(B) 332.57º 0.98% 0.98% -
XYZ 42.69 21.72 18.77 -
YUV 91.02 142.67 241.39 -
System Red Green Blue C M Y K H S L
Decimal 250 5 117 0 0.98 0.53 0.02 332.57 0.96 0.5
Hex FA 5 75 0 62 35 2 14D 60 32
Octal 372 5 165 0 142 65 2 515 140 62
Binary 11111010 101 1110101 0 1100010 110101 10 101001101 1100000 110010

Color Harmonies of #FA0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0575

Black with #FA0575

Text Example


Text Example

White with #FA0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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