Html Css Color HEX #FA098D Deep Pink

📋 copy color: '#FA098D'

red 250 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #FA098D

Tints of Deep Pink #FA098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 62.5%
G = 2.25%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA098D (or 0xFA098D) is known color: Deep Pink. HEX triplet: FA, 09 and 8D. RGB value is (250,9,141). Sum of RGB (Red+Green+Blue) = 250+9+141=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA098D is #05F672. Grayscale: #5F5F5F. Windows color (decimal): -390771 or 9243130. OLE color: 9243130.

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

Color convert

RGB 250 9 141 -
CMYK 0 0.96 0.44 0.02
HSL 327.14º 0.96% 0.51% -
HSV(B) 327.14º 0.96% 0.98% -
XYZ 44.33 22.44 27.19 -
YUV 96.11 153.34 237.77 -
System Red Green Blue C M Y K H S L
Decimal 250 9 141 0 0.96 0.44 0.02 327.14 0.96 0.51
Hex FA 9 8D 0 60 2C 2 147 60 33
Octal 372 11 215 0 140 54 2 507 140 63
Binary 11111010 1001 10001101 0 1100000 101100 10 101000111 1100000 110011

Color Harmonies of #FA098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA098D

Black with #FA098D

Text Example


Text Example

White with #FA098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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