Html Css Color HEX #FA0875 Deep Pink

📋 copy color: '#FA0875'

red 250 ◦ green 8 ◦ blue 117

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

Shades of Deep Pink #FA0875

Tints of Deep Pink #FA0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 66.67%
G = 2.13%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA0875 (or 0xFA0875) is known color: Deep Pink. HEX triplet: FA, 08 and 75. RGB value is (250,8,117). Sum of RGB (Red+Green+Blue) = 250+8+117=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0875 is #05F78A. Grayscale: #5C5C5C. Windows color (decimal): -391051 or 7670010. OLE color: 7670010.

HSL color Cylindrical-coordinate representation of color #FA0875: hue angle of 332.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0875 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 8 117 -
CMYK 0 0.97 0.53 0.02
HSL 332.98º 0.96% 0.51% -
HSV(B) 332.98º 0.97% 0.98% -
XYZ 42.72 21.78 18.78 -
YUV 92.78 141.67 240.14 -
System Red Green Blue C M Y K H S L
Decimal 250 8 117 0 0.97 0.53 0.02 332.98 0.96 0.51
Hex FA 8 75 0 61 35 2 14D 60 33
Octal 372 10 165 0 141 65 2 515 140 63
Binary 11111010 1000 1110101 0 1100001 110101 10 101001101 1100000 110011

Color Harmonies of #FA0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0875

Black with #FA0875

Text Example


Text Example

White with #FA0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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