Html Css Color HEX #FC1870 Ruby

📋 copy color: '#FC1870'

red 252 ◦ green 24 ◦ blue 112

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

Shades of Ruby #FC1870

Tints of Ruby #FC1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 64.95%
G = 6.19%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC1870 (or 0xFC1870) is known color: Ruby. HEX triplet: FC, 18 and 70. RGB value is (252,24,112). Sum of RGB (Red+Green+Blue) = 252+24+112=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1870 is #03E78F. Grayscale: #666666. Windows color (decimal): -255888 or 7346428. OLE color: 7346428.

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

Color convert

RGB 252 24 112 -
CMYK 0 0.90 0.56 0.01
HSL 336.84º 0.97% 0.54% -
HSV(B) 336.84º 0.9% 0.99% -
XYZ 43.4 22.52 17.39 -
YUV 102.2 133.54 234.84 -
System Red Green Blue C M Y K H S L
Decimal 252 24 112 0 0.90 0.56 0.01 336.84 0.97 0.54
Hex FC 18 70 0 5A 38 1 151 61 36
Octal 374 30 160 0 132 70 1 521 141 66
Binary 11111100 11000 1110000 0 1011010 111000 1 101010001 1100001 110110

Color Harmonies of #FC1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1870

Black with #FC1870

Text Example


Text Example

White with #FC1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1870; }

 p { color: rgb(252,24,112); }

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

background-color css

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

 a { background-color: rgb(252,24,112); }

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

border-color css

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

 span { border-color: rgb(252,24,112); }

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