Html Css Color HEX #F41861 Ruby

📋 copy color: '#F41861'

red 244 ◦ green 24 ◦ blue 97

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

Shades of Ruby #F41861

Tints of Ruby #F41861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 66.85%
G = 6.58%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F41861 (or 0xF41861) is known color: Ruby. HEX triplet: F4, 18 and 61. RGB value is (244,24,97). Sum of RGB (Red+Green+Blue) = 244+24+97=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F41861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41861 is #0BE79E. Grayscale: #626262. Windows color (decimal): -780191 or 6363380. OLE color: 6363380.

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

Color convert

RGB 244 24 97 -
CMYK 0 0.90 0.60 0.04
HSL 340.09º 0.91% 0.53% -
HSV(B) 340.09º 0.9% 0.96% -
XYZ 39.79 20.75 13.22 -
YUV 98.1 127.39 232.06 -
System Red Green Blue C M Y K H S L
Decimal 244 24 97 0 0.90 0.60 0.04 340.09 0.91 0.53
Hex F4 18 61 0 5A 3C 4 154 5B 35
Octal 364 30 141 0 132 74 4 524 133 65
Binary 11110100 11000 1100001 0 1011010 111100 100 101010100 1011011 110101

Color Harmonies of #F41861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41861

Black with #F41861

Text Example


Text Example

White with #F41861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41861; }

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

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

background-color css

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

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

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

border-color css

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

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

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