Html Css Color HEX #FC1A70 Ruby

📋 copy color: '#FC1A70'

red 252 ◦ green 26 ◦ blue 112

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

Shades of Ruby #FC1A70

Tints of Ruby #FC1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

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

R = 64.62%
G = 6.67%
B = 28.72%

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

#FC1A70 (or 0xFC1A70) is known color: Ruby. HEX triplet: FC, 1A and 70. RGB value is (252,26,112). Sum of RGB (Red+Green+Blue) = 252+26+112=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A70 is #03E58F. Grayscale: #676767. Windows color (decimal): -255376 or 7346940. OLE color: 7346940.

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

Color convert

RGB 252 26 112 -
CMYK 0 0.90 0.56 0.01
HSL 337.17º 0.97% 0.55% -
HSV(B) 337.17º 0.9% 0.99% -
XYZ 43.44 22.6 17.4 -
YUV 103.38 132.87 234.01 -
System Red Green Blue C M Y K H S L
Decimal 252 26 112 0 0.90 0.56 0.01 337.17 0.97 0.55
Hex FC 1A 70 0 5A 38 1 151 61 37
Octal 374 32 160 0 132 70 1 521 141 67
Binary 11111100 11010 1110000 0 1011010 111000 1 101010001 1100001 110111

Color Harmonies of #FC1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A70

Black with #FC1A70

Text Example


Text Example

White with #FC1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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