Html Css Color HEX #FA10A0 Deep Pink

📋 copy color: '#FA10A0'

red 250 ◦ green 16 ◦ blue 160

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

Shades of Deep Pink #FA10A0

Tints of Deep Pink #FA10A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 58.69%
G = 3.76%
B = 37.56%

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

#FA10A0 (or 0xFA10A0) is known color: Deep Pink. HEX triplet: FA, 10 and A0. RGB value is (250,16,160). Sum of RGB (Red+Green+Blue) = 250+16+160=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10A0 is #05EF5F. Grayscale: #666666. Windows color (decimal): -388960 or 10490106. OLE color: 10490106.

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

Color convert

RGB 250 16 160 -
CMYK 0 0.94 0.36 0.02
HSL 323.08º 0.96% 0.52% -
HSV(B) 323.08º 0.94% 0.98% -
XYZ 45.95 23.23 35.32 -
YUV 102.38 160.52 233.29 -
System Red Green Blue C M Y K H S L
Decimal 250 16 160 0 0.94 0.36 0.02 323.08 0.96 0.52
Hex FA 10 A0 0 5E 24 2 143 60 34
Octal 372 20 240 0 136 44 2 503 140 64
Binary 11111010 10000 10100000 0 1011110 100100 10 101000011 1100000 110100

Color Harmonies of #FA10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10A0

Black with #FA10A0

Text Example


Text Example

White with #FA10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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