Html Css Color HEX #FD196C Ruby

📋 copy color: '#FD196C'

red 253 ◦ green 25 ◦ blue 108

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

Shades of Ruby #FD196C

Tints of Ruby #FD196C

RGB

 RED value IS 253 (99.22% from 255) = 65.54%

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

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

R = 65.54%
G = 6.48%
B = 27.98%

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

#FD196C (or 0xFD196C) is known color: Ruby. HEX triplet: FD, 19 and 6C. RGB value is (253,25,108). Sum of RGB (Red+Green+Blue) = 253+25+108=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD196C is #02E693. Grayscale: #666666. Windows color (decimal): -190100 or 7084541. OLE color: 7084541.

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

Color convert

RGB 253 25 108 -
CMYK 0 0.90 0.57 0.01
HSL 338.16º 0.98% 0.55% -
HSV(B) 338.16º 0.9% 0.99% -
XYZ 43.56 22.66 16.27 -
YUV 102.63 131.04 235.25 -
System Red Green Blue C M Y K H S L
Decimal 253 25 108 0 0.90 0.57 0.01 338.16 0.98 0.55
Hex FD 19 6C 0 5A 39 1 152 62 37
Octal 375 31 154 0 132 71 1 522 142 67
Binary 11111101 11001 1101100 0 1011010 111001 1 101010010 1100010 110111

Color Harmonies of #FD196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD196C

Black with #FD196C

Text Example


Text Example

White with #FD196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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