Html Css Color HEX #FD1372 Ruby

📋 copy color: '#FD1372'

red 253 ◦ green 19 ◦ blue 114

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

Shades of Ruby #FD1372

Tints of Ruby #FD1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

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

R = 65.54%
G = 4.92%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1372 (or 0xFD1372) is known color: Ruby. HEX triplet: FD, 13 and 72. RGB value is (253,19,114). Sum of RGB (Red+Green+Blue) = 253+19+114=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1372 is #02EC8D. Grayscale: #636363. Windows color (decimal): -191630 or 7476221. OLE color: 7476221.

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

Color convert

RGB 253 19 114 -
CMYK 0 0.92 0.55 0.01
HSL 335.64º 0.98% 0.53% -
HSV(B) 335.64º 0.92% 0.99% -
XYZ 43.78 22.56 17.97 -
YUV 99.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 253 19 114 0 0.92 0.55 0.01 335.64 0.98 0.53
Hex FD 13 72 0 5C 37 1 150 62 35
Octal 375 23 162 0 134 67 1 520 142 65
Binary 11111101 10011 1110010 0 1011100 110111 1 101010000 1100010 110101

Color Harmonies of #FD1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1372

Black with #FD1372

Text Example


Text Example

White with #FD1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1372; }

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

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

background-color css

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

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

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

border-color css

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

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

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