Html Css Color HEX #FA166A Ruby

📋 copy color: '#FA166A'

red 250 ◦ green 22 ◦ blue 106

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

Shades of Ruby #FA166A

Tints of Ruby #FA166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 66.14%
G = 5.82%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA166A (or 0xFA166A) is known color: Ruby. HEX triplet: FA, 16 and 6A. RGB value is (250,22,106). Sum of RGB (Red+Green+Blue) = 250+22+106=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA166A is #05E995. Grayscale: #636363. Windows color (decimal): -387478 or 6952698. OLE color: 6952698.

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

Color convert

RGB 250 22 106 -
CMYK 0 0.91 0.58 0.02
HSL 337.89º 0.96% 0.53% -
HSV(B) 337.89º 0.91% 0.98% -
XYZ 42.31 21.94 15.64 -
YUV 99.75 131.54 235.17 -
System Red Green Blue C M Y K H S L
Decimal 250 22 106 0 0.91 0.58 0.02 337.89 0.96 0.53
Hex FA 16 6A 0 5B 3A 2 152 60 35
Octal 372 26 152 0 133 72 2 522 140 65
Binary 11111010 10110 1101010 0 1011011 111010 10 101010010 1100000 110101

Color Harmonies of #FA166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA166A

Black with #FA166A

Text Example


Text Example

White with #FA166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA166A; }

 p { color: rgb(250,22,106); }

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

background-color css

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

 a { background-color: rgb(250,22,106); }

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

border-color css

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

 span { border-color: rgb(250,22,106); }

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