Html Css Color HEX #FC1A6F Ruby

📋 copy color: '#FC1A6F'

red 252 ◦ green 26 ◦ blue 111

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

Shades of Ruby #FC1A6F

Tints of Ruby #FC1A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 64.78%
G = 6.68%
B = 28.53%

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

#FC1A6F (or 0xFC1A6F) is known color: Ruby. HEX triplet: FC, 1A and 6F. RGB value is (252,26,111). Sum of RGB (Red+Green+Blue) = 252+26+111=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A6F is #03E590. Grayscale: #676767. Windows color (decimal): -255377 or 7281404. OLE color: 7281404.

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

Color convert

RGB 252 26 111 -
CMYK 0 0.90 0.56 0.01
HSL 337.43º 0.97% 0.55% -
HSV(B) 337.43º 0.9% 0.99% -
XYZ 43.38 22.58 17.11 -
YUV 103.26 132.37 234.09 -
System Red Green Blue C M Y K H S L
Decimal 252 26 111 0 0.90 0.56 0.01 337.43 0.97 0.55
Hex FC 1A 6F 0 5A 38 1 151 61 37
Octal 374 32 157 0 132 70 1 521 141 67
Binary 11111100 11010 1101111 0 1011010 111000 1 101010001 1100001 110111

Color Harmonies of #FC1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A6F

Black with #FC1A6F

Text Example


Text Example

White with #FC1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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