Html Css Color HEX #FA166E Ruby

📋 copy color: '#FA166E'

red 250 ◦ green 22 ◦ blue 110

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

Shades of Ruby #FA166E

Tints of Ruby #FA166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 65.45%
G = 5.76%
B = 28.8%

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

#FA166E (or 0xFA166E) is known color: Ruby. HEX triplet: FA, 16 and 6E. RGB value is (250,22,110). Sum of RGB (Red+Green+Blue) = 250+22+110=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA166E is #05E991. Grayscale: #646464. Windows color (decimal): -387474 or 7214842. OLE color: 7214842.

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

Color convert

RGB 250 22 110 -
CMYK 0 0.91 0.56 0.02
HSL 336.84º 0.96% 0.53% -
HSV(B) 336.84º 0.91% 0.98% -
XYZ 42.53 22.02 16.76 -
YUV 100.2 133.54 234.84 -
System Red Green Blue C M Y K H S L
Decimal 250 22 110 0 0.91 0.56 0.02 336.84 0.96 0.53
Hex FA 16 6E 0 5B 38 2 151 60 35
Octal 372 26 156 0 133 70 2 521 140 65
Binary 11111010 10110 1101110 0 1011011 111000 10 101010001 1100000 110101

Color Harmonies of #FA166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA166E

Black with #FA166E

Text Example


Text Example

White with #FA166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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