Html Css Color HEX #F41D6E Ruby

📋 copy color: '#F41D6E'

red 244 ◦ green 29 ◦ blue 110

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

Shades of Ruby #F41D6E

Tints of Ruby #F41D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

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

R = 63.71%
G = 7.57%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F41D6E (or 0xF41D6E) is known color: Ruby. HEX triplet: F4, 1D and 6E. RGB value is (244,29,110). Sum of RGB (Red+Green+Blue) = 244+29+110=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D6E is #0BE291. Grayscale: #666666. Windows color (decimal): -778898 or 7216628. OLE color: 7216628.

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

Color convert

RGB 244 29 110 -
CMYK 0 0.88 0.55 0.04
HSL 337.4º 0.91% 0.54% -
HSV(B) 337.4º 0.88% 0.96% -
XYZ 40.56 21.24 16.71 -
YUV 102.52 132.23 228.91 -
System Red Green Blue C M Y K H S L
Decimal 244 29 110 0 0.88 0.55 0.04 337.4 0.91 0.54
Hex F4 1D 6E 0 58 37 4 151 5B 36
Octal 364 35 156 0 130 67 4 521 133 66
Binary 11110100 11101 1101110 0 1011000 110111 100 101010001 1011011 110110

Color Harmonies of #F41D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41D6E

Black with #F41D6E

Text Example


Text Example

White with #F41D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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