Html Css Color HEX #FC1971 Ruby

📋 copy color: '#FC1971'

red 252 ◦ green 25 ◦ blue 113

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

Shades of Ruby #FC1971

Tints of Ruby #FC1971

RGB

 RED value IS 252 (98.83% from 255) = 64.62%

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

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 64.62%
G = 6.41%
B = 28.97%

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

#FC1971 (or 0xFC1971) is known color: Ruby. HEX triplet: FC, 19 and 71. RGB value is (252,25,113). Sum of RGB (Red+Green+Blue) = 252+25+113=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1971 is #03E68E. Grayscale: #666666. Windows color (decimal): -255631 or 7412220. OLE color: 7412220.

HSL color Cylindrical-coordinate representation of color #FC1971: hue angle of 336.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1971 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 113 -
CMYK 0 0.90 0.55 0.01
HSL 336.74º 0.97% 0.54% -
HSV(B) 336.74º 0.9% 0.99% -
XYZ 43.47 22.58 17.69 -
YUV 102.91 133.71 234.34 -
System Red Green Blue C M Y K H S L
Decimal 252 25 113 0 0.90 0.55 0.01 336.74 0.97 0.54
Hex FC 19 71 0 5A 37 1 151 61 36
Octal 374 31 161 0 132 67 1 521 141 66
Binary 11111100 11001 1110001 0 1011010 110111 1 101010001 1100001 110110

Color Harmonies of #FC1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1971

Black with #FC1971

Text Example


Text Example

White with #FC1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1971; }

 p { color: rgb(252,25,113); }

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

background-color css

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

 a { background-color: rgb(252,25,113); }

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

border-color css

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

 span { border-color: rgb(252,25,113); }

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