Html Css Color HEX #FA0998 Deep Pink

📋 copy color: '#FA0998'

red 250 ◦ green 9 ◦ blue 152

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

Shades of Deep Pink #FA0998

Tints of Deep Pink #FA0998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 60.83%
G = 2.19%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA0998 (or 0xFA0998) is known color: Deep Pink. HEX triplet: FA, 09 and 98. RGB value is (250,9,152). Sum of RGB (Red+Green+Blue) = 250+9+152=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0998 is #05F667. Grayscale: #616161. Windows color (decimal): -390760 or 9964026. OLE color: 9964026.

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

Color convert

RGB 250 9 152 -
CMYK 0 0.96 0.39 0.02
HSL 324.4º 0.96% 0.51% -
HSV(B) 324.4º 0.96% 0.98% -
XYZ 45.19 22.79 31.72 -
YUV 97.36 158.84 236.87 -
System Red Green Blue C M Y K H S L
Decimal 250 9 152 0 0.96 0.39 0.02 324.4 0.96 0.51
Hex FA 9 98 0 60 27 2 144 60 33
Octal 372 11 230 0 140 47 2 504 140 63
Binary 11111010 1001 10011000 0 1100000 100111 10 101000100 1100000 110011

Color Harmonies of #FA0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0998

Black with #FA0998

Text Example


Text Example

White with #FA0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0998; }

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

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

background-color css

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

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

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

border-color css

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

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

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