Html Css Color HEX #F41A6D Ruby

📋 copy color: '#F41A6D'

red 244 ◦ green 26 ◦ blue 109

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

Shades of Ruby #F41A6D

Tints of Ruby #F41A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 64.38%
G = 6.86%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F41A6D (or 0xF41A6D) is known color: Ruby. HEX triplet: F4, 1A and 6D. RGB value is (244,26,109). Sum of RGB (Red+Green+Blue) = 244+26+109=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41A6D is #0BE592. Grayscale: #646464. Windows color (decimal): -779667 or 7150324. OLE color: 7150324.

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

Color convert

RGB 244 26 109 -
CMYK 0 0.89 0.55 0.04
HSL 337.16º 0.91% 0.53% -
HSV(B) 337.16º 0.89% 0.96% -
XYZ 40.44 21.08 16.4 -
YUV 100.64 132.72 230.25 -
System Red Green Blue C M Y K H S L
Decimal 244 26 109 0 0.89 0.55 0.04 337.16 0.91 0.53
Hex F4 1A 6D 0 59 37 4 151 5B 35
Octal 364 32 155 0 131 67 4 521 133 65
Binary 11110100 11010 1101101 0 1011001 110111 100 101010001 1011011 110101

Color Harmonies of #F41A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A6D

Black with #F41A6D

Text Example


Text Example

White with #F41A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A6D; }

 p { color: rgb(244,26,109); }

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

background-color css

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

 a { background-color: rgb(244,26,109); }

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

border-color css

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

 span { border-color: rgb(244,26,109); }

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