Html Css Color HEX #FA1371 Ruby

📋 copy color: '#FA1371'

red 250 ◦ green 19 ◦ blue 113

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

Shades of Ruby #FA1371

Tints of Ruby #FA1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 65.45%
G = 4.97%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA1371 (or 0xFA1371) is known color: Ruby. HEX triplet: FA, 13 and 71. RGB value is (250,19,113). Sum of RGB (Red+Green+Blue) = 250+19+113=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1371 is #05EC8E. Grayscale: #626262. Windows color (decimal): -388239 or 7410682. OLE color: 7410682.

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

Color convert

RGB 250 19 113 -
CMYK 0 0.92 0.55 0.02
HSL 335.58º 0.96% 0.53% -
HSV(B) 335.58º 0.92% 0.98% -
XYZ 42.64 21.98 17.62 -
YUV 98.79 136.03 235.86 -
System Red Green Blue C M Y K H S L
Decimal 250 19 113 0 0.92 0.55 0.02 335.58 0.96 0.53
Hex FA 13 71 0 5C 37 2 150 60 35
Octal 372 23 161 0 134 67 2 520 140 65
Binary 11111010 10011 1110001 0 1011100 110111 10 101010000 1100000 110101

Color Harmonies of #FA1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1371

Black with #FA1371

Text Example


Text Example

White with #FA1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1371; }

 p { color: rgb(250,19,113); }

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

background-color css

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

 a { background-color: rgb(250,19,113); }

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

border-color css

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

 span { border-color: rgb(250,19,113); }

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