Html Css Color HEX #FC196D Ruby

📋 copy color: '#FC196D'

red 252 ◦ green 25 ◦ blue 109

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

Shades of Ruby #FC196D

Tints of Ruby #FC196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 65.28%
G = 6.48%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC196D (or 0xFC196D) is known color: Ruby. HEX triplet: FC, 19 and 6D. RGB value is (252,25,109). Sum of RGB (Red+Green+Blue) = 252+25+109=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC196D is #03E692. Grayscale: #666666. Windows color (decimal): -255635 or 7150076. OLE color: 7150076.

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

Color convert

RGB 252 25 109 -
CMYK 0 0.90 0.57 0.01
HSL 337.8º 0.97% 0.54% -
HSV(B) 337.8º 0.9% 0.99% -
XYZ 43.25 22.49 16.53 -
YUV 102.45 131.71 234.67 -
System Red Green Blue C M Y K H S L
Decimal 252 25 109 0 0.90 0.57 0.01 337.8 0.97 0.54
Hex FC 19 6D 0 5A 39 1 152 61 36
Octal 374 31 155 0 132 71 1 522 141 66
Binary 11111100 11001 1101101 0 1011010 111001 1 101010010 1100001 110110

Color Harmonies of #FC196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC196D

Black with #FC196D

Text Example


Text Example

White with #FC196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC196D; }

 p { color: rgb(252,25,109); }

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

background-color css

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

 a { background-color: rgb(252,25,109); }

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

border-color css

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

 span { border-color: rgb(252,25,109); }

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