Html Css Color HEX #FA1273 Ruby

📋 copy color: '#FA1273'

red 250 ◦ green 18 ◦ blue 115

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

Shades of Ruby #FA1273

Tints of Ruby #FA1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 65.27%
G = 4.7%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA1273 (or 0xFA1273) is known color: Ruby. HEX triplet: FA, 12 and 73. RGB value is (250,18,115). Sum of RGB (Red+Green+Blue) = 250+18+115=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1273 is #05ED8C. Grayscale: #626262. Windows color (decimal): -388493 or 7541498. OLE color: 7541498.

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

Color convert

RGB 250 18 115 -
CMYK 0 0.93 0.54 0.02
HSL 334.91º 0.96% 0.53% -
HSV(B) 334.91º 0.93% 0.98% -
XYZ 42.74 21.99 18.21 -
YUV 98.43 137.36 236.11 -
System Red Green Blue C M Y K H S L
Decimal 250 18 115 0 0.93 0.54 0.02 334.91 0.96 0.53
Hex FA 12 73 0 5D 36 2 14F 60 35
Octal 372 22 163 0 135 66 2 517 140 65
Binary 11111010 10010 1110011 0 1011101 110110 10 101001111 1100000 110101

Color Harmonies of #FA1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1273

Black with #FA1273

Text Example


Text Example

White with #FA1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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