Html Css Color HEX #FD1970 Ruby

📋 copy color: '#FD1970'

red 253 ◦ green 25 ◦ blue 112

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

Shades of Ruby #FD1970

Tints of Ruby #FD1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

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

R = 64.87%
G = 6.41%
B = 28.72%

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

#FD1970 (or 0xFD1970) is known color: Ruby. HEX triplet: FD, 19 and 70. RGB value is (253,25,112). Sum of RGB (Red+Green+Blue) = 253+25+112=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1970 is #02E68F. Grayscale: #666666. Windows color (decimal): -190096 or 7346685. OLE color: 7346685.

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

Color convert

RGB 253 25 112 -
CMYK 0 0.90 0.56 0.01
HSL 337.11º 0.98% 0.55% -
HSV(B) 337.11º 0.9% 0.99% -
XYZ 43.78 22.75 17.41 -
YUV 103.09 133.04 234.93 -
System Red Green Blue C M Y K H S L
Decimal 253 25 112 0 0.90 0.56 0.01 337.11 0.98 0.55
Hex FD 19 70 0 5A 38 1 151 62 37
Octal 375 31 160 0 132 70 1 521 142 67
Binary 11111101 11001 1110000 0 1011010 111000 1 101010001 1100010 110111

Color Harmonies of #FD1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1970

Black with #FD1970

Text Example


Text Example

White with #FD1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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