Html Css Color HEX #F4196E Ruby

📋 copy color: '#F4196E'

red 244 ◦ green 25 ◦ blue 110

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

Shades of Ruby #F4196E

Tints of Ruby #F4196E

RGB

 RED value IS 244 (95.7% from 255) = 64.38%

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 64.38%
G = 6.6%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4196E (or 0xF4196E) is known color: Ruby. HEX triplet: F4, 19 and 6E. RGB value is (244,25,110). Sum of RGB (Red+Green+Blue) = 244+25+110=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F4196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4196E is #0BE691. Grayscale: #646464. Windows color (decimal): -779922 or 7215604. OLE color: 7215604.

HSL color Cylindrical-coordinate representation of color #F4196E: hue angle of 336.71º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4196E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 110 -
CMYK 0 0.90 0.55 0.04
HSL 336.71º 0.91% 0.53% -
HSV(B) 336.71º 0.9% 0.96% -
XYZ 40.47 21.05 16.68 -
YUV 100.17 133.55 230.59 -
System Red Green Blue C M Y K H S L
Decimal 244 25 110 0 0.90 0.55 0.04 336.71 0.91 0.53
Hex F4 19 6E 0 5A 37 4 151 5B 35
Octal 364 31 156 0 132 67 4 521 133 65
Binary 11110100 11001 1101110 0 1011010 110111 100 101010001 1011011 110101

Color Harmonies of #F4196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4196E

Black with #F4196E

Text Example


Text Example

White with #F4196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4196E; }

 p { color: rgb(244,25,110); }

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

background-color css

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

 a { background-color: rgb(244,25,110); }

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

border-color css

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

 span { border-color: rgb(244,25,110); }

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