Html Css Color HEX #FC1A72 Ruby

📋 copy color: '#FC1A72'

red 252 ◦ green 26 ◦ blue 114

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

Shades of Ruby #FC1A72

Tints of Ruby #FC1A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 64.29%
G = 6.63%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC1A72 (or 0xFC1A72) is known color: Ruby. HEX triplet: FC, 1A and 72. RGB value is (252,26,114). Sum of RGB (Red+Green+Blue) = 252+26+114=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A72 is #03E58D. Grayscale: #676767. Windows color (decimal): -255374 or 7478012. OLE color: 7478012.

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

Color convert

RGB 252 26 114 -
CMYK 0 0.90 0.55 0.01
HSL 336.64º 0.97% 0.55% -
HSV(B) 336.64º 0.9% 0.99% -
XYZ 43.55 22.65 18 -
YUV 103.61 133.87 233.84 -
System Red Green Blue C M Y K H S L
Decimal 252 26 114 0 0.90 0.55 0.01 336.64 0.97 0.55
Hex FC 1A 72 0 5A 37 1 151 61 37
Octal 374 32 162 0 132 67 1 521 141 67
Binary 11111100 11010 1110010 0 1011010 110111 1 101010001 1100001 110111

Color Harmonies of #FC1A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A72

Black with #FC1A72

Text Example


Text Example

White with #FC1A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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