Html Css Color HEX #FA0881 Deep Pink

📋 copy color: '#FA0881'

red 250 ◦ green 8 ◦ blue 129

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

Shades of Deep Pink #FA0881

Tints of Deep Pink #FA0881

RGB

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

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

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

R = 64.6%
G = 2.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA0881 (or 0xFA0881) is known color: Deep Pink. HEX triplet: FA, 08 and 81. RGB value is (250,8,129). Sum of RGB (Red+Green+Blue) = 250+8+129=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0881 is #05F77E. Grayscale: #5D5D5D. Windows color (decimal): -391039 or 8456442. OLE color: 8456442.

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

Color convert

RGB 250 8 129 -
CMYK 0 0.97 0.48 0.02
HSL 330º 0.96% 0.51% -
HSV(B) 330º 0.97% 0.98% -
XYZ 43.47 22.08 22.74 -
YUV 94.15 147.67 239.16 -
System Red Green Blue C M Y K H S L
Decimal 250 8 129 0 0.97 0.48 0.02 330 0.96 0.51
Hex FA 8 81 0 61 30 2 14A 60 33
Octal 372 10 201 0 141 60 2 512 140 63
Binary 11111010 1000 10000001 0 1100001 110000 10 101001010 1100000 110011

Color Harmonies of #FA0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0881

Black with #FA0881

Text Example


Text Example

White with #FA0881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0881; }

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

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

background-color css

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

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

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

border-color css

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

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

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