Html Css Color HEX #FA1669 Ruby

📋 copy color: '#FA1669'

red 250 ◦ green 22 ◦ blue 105

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

Shades of Ruby #FA1669

Tints of Ruby #FA1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 66.31%
G = 5.84%
B = 27.85%

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

#FA1669 (or 0xFA1669) is known color: Ruby. HEX triplet: FA, 16 and 69. RGB value is (250,22,105). Sum of RGB (Red+Green+Blue) = 250+22+105=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1669 is #05E996. Grayscale: #636363. Windows color (decimal): -387479 or 6887162. OLE color: 6887162.

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

Color convert

RGB 250 22 105 -
CMYK 0 0.91 0.58 0.02
HSL 338.16º 0.96% 0.53% -
HSV(B) 338.16º 0.91% 0.98% -
XYZ 42.26 21.92 15.37 -
YUV 99.63 131.04 235.25 -
System Red Green Blue C M Y K H S L
Decimal 250 22 105 0 0.91 0.58 0.02 338.16 0.96 0.53
Hex FA 16 69 0 5B 3A 2 152 60 35
Octal 372 26 151 0 133 72 2 522 140 65
Binary 11111010 10110 1101001 0 1011011 111010 10 101010010 1100000 110101

Color Harmonies of #FA1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1669

Black with #FA1669

Text Example


Text Example

White with #FA1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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