Html Css Color HEX #FD1972 Ruby

📋 copy color: '#FD1972'

red 253 ◦ green 25 ◦ blue 114

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

Shades of Ruby #FD1972

Tints of Ruby #FD1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 64.54%
G = 6.38%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1972 (or 0xFD1972) is known color: Ruby. HEX triplet: FD, 19 and 72. RGB value is (253,25,114). Sum of RGB (Red+Green+Blue) = 253+25+114=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1972 is #02E68D. Grayscale: #676767. Windows color (decimal): -190094 or 7477757. OLE color: 7477757.

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

Color convert

RGB 253 25 114 -
CMYK 0 0.90 0.55 0.01
HSL 336.58º 0.98% 0.55% -
HSV(B) 336.58º 0.9% 0.99% -
XYZ 43.89 22.79 18.01 -
YUV 103.32 134.04 234.76 -
System Red Green Blue C M Y K H S L
Decimal 253 25 114 0 0.90 0.55 0.01 336.58 0.98 0.55
Hex FD 19 72 0 5A 37 1 151 62 37
Octal 375 31 162 0 132 67 1 521 142 67
Binary 11111101 11001 1110010 0 1011010 110111 1 101010001 1100010 110111

Color Harmonies of #FD1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1972

Black with #FD1972

Text Example


Text Example

White with #FD1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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