Html Css Color HEX #FA1569 Ruby

📋 copy color: '#FA1569'

red 250 ◦ green 21 ◦ blue 105

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

Shades of Ruby #FA1569

Tints of Ruby #FA1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

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

R = 66.49%
G = 5.59%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA1569 (or 0xFA1569) is known color: Ruby. HEX triplet: FA, 15 and 69. RGB value is (250,21,105). Sum of RGB (Red+Green+Blue) = 250+21+105=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1569 is #05EA96. Grayscale: #626262. Windows color (decimal): -387735 or 6886906. OLE color: 6886906.

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

Color convert

RGB 250 21 105 -
CMYK 0 0.92 0.58 0.02
HSL 337.99º 0.96% 0.53% -
HSV(B) 337.99º 0.92% 0.98% -
XYZ 42.24 21.88 15.36 -
YUV 99.05 131.37 235.67 -
System Red Green Blue C M Y K H S L
Decimal 250 21 105 0 0.92 0.58 0.02 337.99 0.96 0.53
Hex FA 15 69 0 5C 3A 2 152 60 35
Octal 372 25 151 0 134 72 2 522 140 65
Binary 11111010 10101 1101001 0 1011100 111010 10 101010010 1100000 110101

Color Harmonies of #FA1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1569

Black with #FA1569

Text Example


Text Example

White with #FA1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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