Html Css Color HEX #FC1570 Ruby

📋 copy color: '#FC1570'

red 252 ◦ green 21 ◦ blue 112

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

Shades of Ruby #FC1570

Tints of Ruby #FC1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

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

R = 65.45%
G = 5.45%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC1570 (or 0xFC1570) is known color: Ruby. HEX triplet: FC, 15 and 70. RGB value is (252,21,112). Sum of RGB (Red+Green+Blue) = 252+21+112=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1570 is #03EA8F. Grayscale: #646464. Windows color (decimal): -256656 or 7345660. OLE color: 7345660.

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

Color convert

RGB 252 21 112 -
CMYK 0 0.92 0.56 0.01
HSL 336.36º 0.97% 0.54% -
HSV(B) 336.36º 0.92% 0.99% -
XYZ 43.34 22.4 17.37 -
YUV 100.44 134.53 236.1 -
System Red Green Blue C M Y K H S L
Decimal 252 21 112 0 0.92 0.56 0.01 336.36 0.97 0.54
Hex FC 15 70 0 5C 38 1 150 61 36
Octal 374 25 160 0 134 70 1 520 141 66
Binary 11111100 10101 1110000 0 1011100 111000 1 101010000 1100001 110110

Color Harmonies of #FC1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1570

Black with #FC1570

Text Example


Text Example

White with #FC1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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