Html Css Color HEX #FA166D Ruby

📋 copy color: '#FA166D'

red 250 ◦ green 22 ◦ blue 109

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

Shades of Ruby #FA166D

Tints of Ruby #FA166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 65.62%
G = 5.77%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA166D (or 0xFA166D) is known color: Ruby. HEX triplet: FA, 16 and 6D. RGB value is (250,22,109). Sum of RGB (Red+Green+Blue) = 250+22+109=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA166D is #05E992. Grayscale: #636363. Windows color (decimal): -387475 or 7149306. OLE color: 7149306.

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

Color convert

RGB 250 22 109 -
CMYK 0 0.91 0.56 0.02
HSL 337.11º 0.96% 0.53% -
HSV(B) 337.11º 0.91% 0.98% -
XYZ 42.47 22 16.48 -
YUV 100.09 133.04 234.93 -
System Red Green Blue C M Y K H S L
Decimal 250 22 109 0 0.91 0.56 0.02 337.11 0.96 0.53
Hex FA 16 6D 0 5B 38 2 151 60 35
Octal 372 26 155 0 133 70 2 521 140 65
Binary 11111010 10110 1101101 0 1011011 111000 10 101010001 1100000 110101

Color Harmonies of #FA166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA166D

Black with #FA166D

Text Example


Text Example

White with #FA166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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