Html Css Color HEX #FC196C Ruby

📋 copy color: '#FC196C'

red 252 ◦ green 25 ◦ blue 108

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

Shades of Ruby #FC196C

Tints of Ruby #FC196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 65.45%
G = 6.49%
B = 28.05%

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

#FC196C (or 0xFC196C) is known color: Ruby. HEX triplet: FC, 19 and 6C. RGB value is (252,25,108). Sum of RGB (Red+Green+Blue) = 252+25+108=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC196C is #03E693. Grayscale: #666666. Windows color (decimal): -255636 or 7084540. OLE color: 7084540.

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

Color convert

RGB 252 25 108 -
CMYK 0 0.90 0.57 0.01
HSL 338.06º 0.97% 0.54% -
HSV(B) 338.06º 0.9% 0.99% -
XYZ 43.2 22.47 16.25 -
YUV 102.34 131.21 234.75 -
System Red Green Blue C M Y K H S L
Decimal 252 25 108 0 0.90 0.57 0.01 338.06 0.97 0.54
Hex FC 19 6C 0 5A 39 1 152 61 36
Octal 374 31 154 0 132 71 1 522 141 66
Binary 11111100 11001 1101100 0 1011010 111001 1 101010010 1100001 110110

Color Harmonies of #FC196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC196C

Black with #FC196C

Text Example


Text Example

White with #FC196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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