Html Css Color HEX #F41866 Ruby

📋 copy color: '#F41866'

red 244 ◦ green 24 ◦ blue 102

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

Shades of Ruby #F41866

Tints of Ruby #F41866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 65.95%
G = 6.49%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41866 (or 0xF41866) is known color: Ruby. HEX triplet: F4, 18 and 66. RGB value is (244,24,102). Sum of RGB (Red+Green+Blue) = 244+24+102=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F41866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41866 is #0BE799. Grayscale: #626262. Windows color (decimal): -780186 or 6691060. OLE color: 6691060.

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

Color convert

RGB 244 24 102 -
CMYK 0 0.90 0.58 0.04
HSL 338.73º 0.91% 0.53% -
HSV(B) 338.73º 0.9% 0.96% -
XYZ 40.03 20.85 14.48 -
YUV 98.67 129.89 231.66 -
System Red Green Blue C M Y K H S L
Decimal 244 24 102 0 0.90 0.58 0.04 338.73 0.91 0.53
Hex F4 18 66 0 5A 3A 4 153 5B 35
Octal 364 30 146 0 132 72 4 523 133 65
Binary 11110100 11000 1100110 0 1011010 111010 100 101010011 1011011 110101

Color Harmonies of #F41866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41866

Black with #F41866

Text Example


Text Example

White with #F41866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41866; }

 p { color: rgb(244,24,102); }

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

background-color css

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

 a { background-color: rgb(244,24,102); }

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

border-color css

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

 span { border-color: rgb(244,24,102); }

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