Html Css Color HEX #FA0988 Deep Pink

📋 copy color: '#FA0988'

red 250 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #FA0988

Tints of Deep Pink #FA0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 63.29%
G = 2.28%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA0988 (or 0xFA0988) is known color: Deep Pink. HEX triplet: FA, 09 and 88. RGB value is (250,9,136). Sum of RGB (Red+Green+Blue) = 250+9+136=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0988 is #05F677. Grayscale: #5F5F5F. Windows color (decimal): -390776 or 8915450. OLE color: 8915450.

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

Color convert

RGB 250 9 136 -
CMYK 0 0.96 0.46 0.02
HSL 328.38º 0.96% 0.51% -
HSV(B) 328.38º 0.96% 0.98% -
XYZ 43.97 22.3 25.28 -
YUV 95.54 150.84 238.17 -
System Red Green Blue C M Y K H S L
Decimal 250 9 136 0 0.96 0.46 0.02 328.38 0.96 0.51
Hex FA 9 88 0 60 2E 2 148 60 33
Octal 372 11 210 0 140 56 2 510 140 63
Binary 11111010 1001 10001000 0 1100000 101110 10 101001000 1100000 110011

Color Harmonies of #FA0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0988

Black with #FA0988

Text Example


Text Example

White with #FA0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0988; }

 p { color: rgb(250,9,136); }

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

background-color css

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

 a { background-color: rgb(250,9,136); }

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

border-color css

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

 span { border-color: rgb(250,9,136); }

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