Html Css Color HEX #FD1A70 Ruby

📋 copy color: '#FD1A70'

red 253 ◦ green 26 ◦ blue 112

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

Shades of Ruby #FD1A70

Tints of Ruby #FD1A70

RGB

 RED value IS 253 (99.22% from 255) = 64.71%

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

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

R = 64.71%
G = 6.65%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD1A70 (or 0xFD1A70) is known color: Ruby. HEX triplet: FD, 1A and 70. RGB value is (253,26,112). Sum of RGB (Red+Green+Blue) = 253+26+112=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A70 is #02E58F. Grayscale: #676767. Windows color (decimal): -189840 or 7346941. OLE color: 7346941.

HSL color Cylindrical-coordinate representation of color #FD1A70: hue angle of 337.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A70 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 112 -
CMYK 0 0.90 0.56 0.01
HSL 337.27º 0.98% 0.55% -
HSV(B) 337.27º 0.9% 0.99% -
XYZ 43.8 22.79 17.42 -
YUV 103.68 132.71 234.51 -
System Red Green Blue C M Y K H S L
Decimal 253 26 112 0 0.90 0.56 0.01 337.27 0.98 0.55
Hex FD 1A 70 0 5A 38 1 151 62 37
Octal 375 32 160 0 132 70 1 521 142 67
Binary 11111101 11010 1110000 0 1011010 111000 1 101010001 1100010 110111

Color Harmonies of #FD1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A70

Black with #FD1A70

Text Example


Text Example

White with #FD1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A70; }

 p { color: rgb(253,26,112); }

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

background-color css

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

 a { background-color: rgb(253,26,112); }

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

border-color css

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

 span { border-color: rgb(253,26,112); }

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