Html Css Color HEX #FA1A64 Ruby

📋 copy color: '#FA1A64'

red 250 ◦ green 26 ◦ blue 100

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

Shades of Ruby #FA1A64

Tints of Ruby #FA1A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 66.49%
G = 6.91%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA1A64 (or 0xFA1A64) is known color: Ruby. HEX triplet: FA, 1A and 64. RGB value is (250,26,100). Sum of RGB (Red+Green+Blue) = 250+26+100=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A64 is #05E59B. Grayscale: #656565. Windows color (decimal): -386460 or 6560506. OLE color: 6560506.

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

Color convert

RGB 250 26 100 -
CMYK 0 0.90 0.6 0.02
HSL 340.18º 0.96% 0.54% -
HSV(B) 340.18º 0.9% 0.98% -
XYZ 42.09 21.98 14.08 -
YUV 101.41 127.21 233.98 -
System Red Green Blue C M Y K H S L
Decimal 250 26 100 0 0.90 0.6 0.02 340.18 0.96 0.54
Hex FA 1A 64 0 5A 3C 2 154 60 36
Octal 372 32 144 0 132 74 2 524 140 66
Binary 11111010 11010 1100100 0 1011010 111100 10 101010100 1100000 110110

Color Harmonies of #FA1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A64

Black with #FA1A64

Text Example


Text Example

White with #FA1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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