Html Css Color HEX #F4196A Ruby

📋 copy color: '#F4196A'

red 244 ◦ green 25 ◦ blue 106

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

Shades of Ruby #F4196A

Tints of Ruby #F4196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 65.07%
G = 6.67%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4196A (or 0xF4196A) is known color: Ruby. HEX triplet: F4, 19 and 6A. RGB value is (244,25,106). Sum of RGB (Red+Green+Blue) = 244+25+106=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4196A is #0BE695. Grayscale: #636363. Windows color (decimal): -779926 or 6953460. OLE color: 6953460.

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

Color convert

RGB 244 25 106 -
CMYK 0 0.90 0.57 0.04
HSL 337.81º 0.91% 0.53% -
HSV(B) 337.81º 0.9% 0.96% -
XYZ 40.26 20.97 15.56 -
YUV 99.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 244 25 106 0 0.90 0.57 0.04 337.81 0.91 0.53
Hex F4 19 6A 0 5A 39 4 152 5B 35
Octal 364 31 152 0 132 71 4 522 133 65
Binary 11110100 11001 1101010 0 1011010 111001 100 101010010 1011011 110101

Color Harmonies of #F4196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4196A

Black with #F4196A

Text Example


Text Example

White with #F4196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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