Html Css Color HEX #FA1570 Ruby

📋 copy color: '#FA1570'

red 250 ◦ green 21 ◦ blue 112

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

Shades of Ruby #FA1570

Tints of Ruby #FA1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 65.27%
G = 5.48%
B = 29.24%

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

#FA1570 (or 0xFA1570) is known color: Ruby. HEX triplet: FA, 15 and 70. RGB value is (250,21,112). Sum of RGB (Red+Green+Blue) = 250+21+112=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1570 is #05EA8F. Grayscale: #636363. Windows color (decimal): -387728 or 7345658. OLE color: 7345658.

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

Color convert

RGB 250 21 112 -
CMYK 0 0.92 0.55 0.02
HSL 336.16º 0.96% 0.53% -
HSV(B) 336.16º 0.92% 0.98% -
XYZ 42.62 22.03 17.34 -
YUV 99.85 134.87 235.1 -
System Red Green Blue C M Y K H S L
Decimal 250 21 112 0 0.92 0.55 0.02 336.16 0.96 0.53
Hex FA 15 70 0 5C 37 2 150 60 35
Octal 372 25 160 0 134 67 2 520 140 65
Binary 11111010 10101 1110000 0 1011100 110111 10 101010000 1100000 110101

Color Harmonies of #FA1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1570

Black with #FA1570

Text Example


Text Example

White with #FA1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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