Html Css Color HEX #FA1573 Ruby

📋 copy color: '#FA1573'

red 250 ◦ green 21 ◦ blue 115

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

Shades of Ruby #FA1573

Tints of Ruby #FA1573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 64.77%
G = 5.44%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1573 (or 0xFA1573) is known color: Ruby. HEX triplet: FA, 15 and 73. RGB value is (250,21,115). Sum of RGB (Red+Green+Blue) = 250+21+115=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1573 is #05EA8C. Grayscale: #646464. Windows color (decimal): -387725 or 7542266. OLE color: 7542266.

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

Color convert

RGB 250 21 115 -
CMYK 0 0.92 0.54 0.02
HSL 335.37º 0.96% 0.53% -
HSV(B) 335.37º 0.92% 0.98% -
XYZ 42.79 22.1 18.23 -
YUV 100.19 136.37 234.86 -
System Red Green Blue C M Y K H S L
Decimal 250 21 115 0 0.92 0.54 0.02 335.37 0.96 0.53
Hex FA 15 73 0 5C 36 2 14F 60 35
Octal 372 25 163 0 134 66 2 517 140 65
Binary 11111010 10101 1110011 0 1011100 110110 10 101001111 1100000 110101

Color Harmonies of #FA1573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1573

Black with #FA1573

Text Example


Text Example

White with #FA1573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1573; }

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

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

background-color css

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

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

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

border-color css

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

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

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