Html Css Color HEX #FC196B Ruby

📋 copy color: '#FC196B'

red 252 ◦ green 25 ◦ blue 107

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

Shades of Ruby #FC196B

Tints of Ruby #FC196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 65.63%
G = 6.51%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC196B (or 0xFC196B) is known color: Ruby. HEX triplet: FC, 19 and 6B. RGB value is (252,25,107). Sum of RGB (Red+Green+Blue) = 252+25+107=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC196B is #03E694. Grayscale: #666666. Windows color (decimal): -255637 or 7019004. OLE color: 7019004.

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

Color convert

RGB 252 25 107 -
CMYK 0 0.90 0.58 0.01
HSL 338.33º 0.97% 0.54% -
HSV(B) 338.33º 0.9% 0.99% -
XYZ 43.15 22.45 15.97 -
YUV 102.22 130.71 234.83 -
System Red Green Blue C M Y K H S L
Decimal 252 25 107 0 0.90 0.58 0.01 338.33 0.97 0.54
Hex FC 19 6B 0 5A 3A 1 152 61 36
Octal 374 31 153 0 132 72 1 522 141 66
Binary 11111100 11001 1101011 0 1011010 111010 1 101010010 1100001 110110

Color Harmonies of #FC196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC196B

Black with #FC196B

Text Example


Text Example

White with #FC196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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