Html Css Color HEX #FC196F Ruby

📋 copy color: '#FC196F'

red 252 ◦ green 25 ◦ blue 111

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

Shades of Ruby #FC196F

Tints of Ruby #FC196F

RGB

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

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

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

R = 64.95%
G = 6.44%
B = 28.61%

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

#FC196F (or 0xFC196F) is known color: Ruby. HEX triplet: FC, 19 and 6F. RGB value is (252,25,111). Sum of RGB (Red+Green+Blue) = 252+25+111=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC196F is #03E690. Grayscale: #666666. Windows color (decimal): -255633 or 7281148. OLE color: 7281148.

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

Color convert

RGB 252 25 111 -
CMYK 0 0.90 0.56 0.01
HSL 337.27º 0.97% 0.54% -
HSV(B) 337.27º 0.9% 0.99% -
XYZ 43.36 22.54 17.1 -
YUV 102.68 132.71 234.51 -
System Red Green Blue C M Y K H S L
Decimal 252 25 111 0 0.90 0.56 0.01 337.27 0.97 0.54
Hex FC 19 6F 0 5A 38 1 151 61 36
Octal 374 31 157 0 132 70 1 521 141 66
Binary 11111100 11001 1101111 0 1011010 111000 1 101010001 1100001 110110

Color Harmonies of #FC196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC196F

Black with #FC196F

Text Example


Text Example

White with #FC196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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