Html Css Color HEX #FA0885 Deep Pink

📋 copy color: '#FA0885'

red 250 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #FA0885

Tints of Deep Pink #FA0885

RGB

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

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

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

R = 63.94%
G = 2.05%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0885 (or 0xFA0885) is known color: Deep Pink. HEX triplet: FA, 08 and 85. RGB value is (250,8,133). Sum of RGB (Red+Green+Blue) = 250+8+133=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0885 is #05F77A. Grayscale: #5E5E5E. Windows color (decimal): -391035 or 8718586. OLE color: 8718586.

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

Color convert

RGB 250 8 133 -
CMYK 0 0.97 0.47 0.02
HSL 329.01º 0.96% 0.51% -
HSV(B) 329.01º 0.97% 0.98% -
XYZ 43.74 22.19 24.17 -
YUV 94.61 149.67 238.84 -
System Red Green Blue C M Y K H S L
Decimal 250 8 133 0 0.97 0.47 0.02 329.01 0.96 0.51
Hex FA 8 85 0 61 2F 2 149 60 33
Octal 372 10 205 0 141 57 2 511 140 63
Binary 11111010 1000 10000101 0 1100001 101111 10 101001001 1100000 110011

Color Harmonies of #FA0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0885

Black with #FA0885

Text Example


Text Example

White with #FA0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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