Html Css Color HEX #FA1A63 Ruby

📋 copy color: '#FA1A63'

red 250 ◦ green 26 ◦ blue 99

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

Shades of Ruby #FA1A63

Tints of Ruby #FA1A63

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 66.67%
G = 6.93%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA1A63 (or 0xFA1A63) is known color: Ruby. HEX triplet: FA, 1A and 63. RGB value is (250,26,99). Sum of RGB (Red+Green+Blue) = 250+26+99=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A63 is #05E59C. Grayscale: #656565. Windows color (decimal): -386461 or 6494970. OLE color: 6494970.

HSL color Cylindrical-coordinate representation of color #FA1A63: hue angle of 340.45º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1A63 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 99 -
CMYK 0 0.90 0.60 0.02
HSL 340.45º 0.96% 0.54% -
HSV(B) 340.45º 0.9% 0.98% -
XYZ 42.05 21.96 13.83 -
YUV 101.3 126.71 234.06 -
System Red Green Blue C M Y K H S L
Decimal 250 26 99 0 0.90 0.60 0.02 340.45 0.96 0.54
Hex FA 1A 63 0 5A 3C 2 154 60 36
Octal 372 32 143 0 132 74 2 524 140 66
Binary 11111010 11010 1100011 0 1011010 111100 10 101010100 1100000 110110

Color Harmonies of #FA1A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A63

Black with #FA1A63

Text Example


Text Example

White with #FA1A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A63; }

 p { color: rgb(250,26,99); }

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

background-color css

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

 a { background-color: rgb(250,26,99); }

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

border-color css

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

 span { border-color: rgb(250,26,99); }

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