Html Css Color HEX #FC1970 Ruby

📋 copy color: '#FC1970'

red 252 ◦ green 25 ◦ blue 112

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

Shades of Ruby #FC1970

Tints of Ruby #FC1970

RGB

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

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

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

R = 64.78%
G = 6.43%
B = 28.79%

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

#FC1970 (or 0xFC1970) is known color: Ruby. HEX triplet: FC, 19 and 70. RGB value is (252,25,112). Sum of RGB (Red+Green+Blue) = 252+25+112=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1970 is #03E68F. Grayscale: #666666. Windows color (decimal): -255632 or 7346684. OLE color: 7346684.

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

Color convert

RGB 252 25 112 -
CMYK 0 0.90 0.56 0.01
HSL 337º 0.97% 0.54% -
HSV(B) 337º 0.9% 0.99% -
XYZ 43.42 22.56 17.4 -
YUV 102.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 252 25 112 0 0.90 0.56 0.01 337 0.97 0.54
Hex FC 19 70 0 5A 38 1 151 61 36
Octal 374 31 160 0 132 70 1 521 141 66
Binary 11111100 11001 1110000 0 1011010 111000 1 101010001 1100001 110110

Color Harmonies of #FC1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1970

Black with #FC1970

Text Example


Text Example

White with #FC1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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