Html Css Color HEX #FD1470 Ruby

📋 copy color: '#FD1470'

red 253 ◦ green 20 ◦ blue 112

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

Shades of Ruby #FD1470

Tints of Ruby #FD1470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 65.71%
G = 5.19%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD1470 (or 0xFD1470) is known color: Ruby. HEX triplet: FD, 14 and 70. RGB value is (253,20,112). Sum of RGB (Red+Green+Blue) = 253+20+112=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1470 is #02EB8F. Grayscale: #646464. Windows color (decimal): -191376 or 7345405. OLE color: 7345405.

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

Color convert

RGB 253 20 112 -
CMYK 0 0.92 0.56 0.01
HSL 336.31º 0.98% 0.54% -
HSV(B) 336.31º 0.92% 0.99% -
XYZ 43.68 22.55 17.38 -
YUV 100.16 134.69 237.02 -
System Red Green Blue C M Y K H S L
Decimal 253 20 112 0 0.92 0.56 0.01 336.31 0.98 0.54
Hex FD 14 70 0 5C 38 1 150 62 36
Octal 375 24 160 0 134 70 1 520 142 66
Binary 11111101 10100 1110000 0 1011100 111000 1 101010000 1100010 110110

Color Harmonies of #FD1470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1470

Black with #FD1470

Text Example


Text Example

White with #FD1470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1470; }

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

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

background-color css

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

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

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

border-color css

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

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

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