Html Css Color HEX #FC1471 Ruby

📋 copy color: '#FC1471'

red 252 ◦ green 20 ◦ blue 113

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

Shades of Ruby #FC1471

Tints of Ruby #FC1471

RGB

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

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

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

R = 65.45%
G = 5.19%
B = 29.35%

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

#FC1471 (or 0xFC1471) is known color: Ruby. HEX triplet: FC, 14 and 71. RGB value is (252,20,113). Sum of RGB (Red+Green+Blue) = 252+20+113=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1471 is #03EB8E. Grayscale: #636363. Windows color (decimal): -256911 or 7410940. OLE color: 7410940.

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

Color convert

RGB 252 20 113 -
CMYK 0 0.92 0.55 0.01
HSL 335.95º 0.97% 0.53% -
HSV(B) 335.95º 0.92% 0.99% -
XYZ 43.38 22.39 17.66 -
YUV 99.97 135.36 236.44 -
System Red Green Blue C M Y K H S L
Decimal 252 20 113 0 0.92 0.55 0.01 335.95 0.97 0.53
Hex FC 14 71 0 5C 37 1 150 61 35
Octal 374 24 161 0 134 67 1 520 141 65
Binary 11111100 10100 1110001 0 1011100 110111 1 101010000 1100001 110101

Color Harmonies of #FC1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1471

Black with #FC1471

Text Example


Text Example

White with #FC1471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1471; }

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

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

background-color css

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

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

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

border-color css

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

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

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