Html Css Color HEX #FA109F Deep Pink

📋 copy color: '#FA109F'

red 250 ◦ green 16 ◦ blue 159

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

Shades of Deep Pink #FA109F

Tints of Deep Pink #FA109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 58.82%
G = 3.76%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA109F (or 0xFA109F) is known color: Deep Pink. HEX triplet: FA, 10 and 9F. RGB value is (250,16,159). Sum of RGB (Red+Green+Blue) = 250+16+159=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA109F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA109F is #05EF60. Grayscale: #656565. Windows color (decimal): -388961 or 10424570. OLE color: 10424570.

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

Color convert

RGB 250 16 159 -
CMYK 0 0.94 0.36 0.02
HSL 323.33º 0.96% 0.52% -
HSV(B) 323.33º 0.94% 0.98% -
XYZ 45.87 23.2 34.86 -
YUV 102.27 160.02 233.37 -
System Red Green Blue C M Y K H S L
Decimal 250 16 159 0 0.94 0.36 0.02 323.33 0.96 0.52
Hex FA 10 9F 0 5E 24 2 143 60 34
Octal 372 20 237 0 136 44 2 503 140 64
Binary 11111010 10000 10011111 0 1011110 100100 10 101000011 1100000 110100

Color Harmonies of #FA109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA109F

Black with #FA109F

Text Example


Text Example

White with #FA109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA109F; }

 p { color: rgb(250,16,159); }

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

background-color css

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

 a { background-color: rgb(250,16,159); }

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

border-color css

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

 span { border-color: rgb(250,16,159); }

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