Html Css Color HEX #FC146E Ruby

📋 copy color: '#FC146E'

red 252 ◦ green 20 ◦ blue 110

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

Shades of Ruby #FC146E

Tints of Ruby #FC146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 65.97%
G = 5.24%
B = 28.8%

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

#FC146E (or 0xFC146E) is known color: Ruby. HEX triplet: FC, 14 and 6E. RGB value is (252,20,110). Sum of RGB (Red+Green+Blue) = 252+20+110=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC146E is #03EB91. Grayscale: #636363. Windows color (decimal): -256914 or 7214332. OLE color: 7214332.

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

Color convert

RGB 252 20 110 -
CMYK 0 0.92 0.56 0.01
HSL 336.72º 0.97% 0.53% -
HSV(B) 336.72º 0.92% 0.99% -
XYZ 43.21 22.32 16.78 -
YUV 99.63 133.86 236.68 -
System Red Green Blue C M Y K H S L
Decimal 252 20 110 0 0.92 0.56 0.01 336.72 0.97 0.53
Hex FC 14 6E 0 5C 38 1 151 61 35
Octal 374 24 156 0 134 70 1 521 141 65
Binary 11111100 10100 1101110 0 1011100 111000 1 101010001 1100001 110101

Color Harmonies of #FC146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC146E

Black with #FC146E

Text Example


Text Example

White with #FC146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC146E; }

 p { color: rgb(252,20,110); }

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

background-color css

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

 a { background-color: rgb(252,20,110); }

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

border-color css

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

 span { border-color: rgb(252,20,110); }

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