Html Css Color HEX #FD1272 Ruby

📋 copy color: '#FD1272'

red 253 ◦ green 18 ◦ blue 114

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

Shades of Ruby #FD1272

Tints of Ruby #FD1272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 65.71%
G = 4.68%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1272 (or 0xFD1272) is known color: Ruby. HEX triplet: FD, 12 and 72. RGB value is (253,18,114). Sum of RGB (Red+Green+Blue) = 253+18+114=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1272 is #02ED8D. Grayscale: #636363. Windows color (decimal): -191886 or 7475965. OLE color: 7475965.

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

Color convert

RGB 253 18 114 -
CMYK 0 0.93 0.55 0.01
HSL 335.49º 0.98% 0.53% -
HSV(B) 335.49º 0.93% 0.99% -
XYZ 43.76 22.53 17.96 -
YUV 99.21 136.36 237.69 -
System Red Green Blue C M Y K H S L
Decimal 253 18 114 0 0.93 0.55 0.01 335.49 0.98 0.53
Hex FD 12 72 0 5D 37 1 14F 62 35
Octal 375 22 162 0 135 67 1 517 142 65
Binary 11111101 10010 1110010 0 1011101 110111 1 101001111 1100010 110101

Color Harmonies of #FD1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1272

Black with #FD1272

Text Example


Text Example

White with #FD1272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1272; }

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

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

background-color css

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

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

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

border-color css

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

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

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