Html Css Color HEX #F41868 Ruby

📋 copy color: '#F41868'

red 244 ◦ green 24 ◦ blue 104

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

Shades of Ruby #F41868

Tints of Ruby #F41868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 65.59%
G = 6.45%
B = 27.96%

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

#F41868 (or 0xF41868) is known color: Ruby. HEX triplet: F4, 18 and 68. RGB value is (244,24,104). Sum of RGB (Red+Green+Blue) = 244+24+104=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F41868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41868 is #0BE797. Grayscale: #626262. Windows color (decimal): -780184 or 6822132. OLE color: 6822132.

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

Color convert

RGB 244 24 104 -
CMYK 0 0.90 0.57 0.04
HSL 338.18º 0.91% 0.53% -
HSV(B) 338.18º 0.9% 0.96% -
XYZ 40.13 20.89 15.01 -
YUV 98.9 130.89 231.5 -
System Red Green Blue C M Y K H S L
Decimal 244 24 104 0 0.90 0.57 0.04 338.18 0.91 0.53
Hex F4 18 68 0 5A 39 4 152 5B 35
Octal 364 30 150 0 132 71 4 522 133 65
Binary 11110100 11000 1101000 0 1011010 111001 100 101010010 1011011 110101

Color Harmonies of #F41868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41868

Black with #F41868

Text Example


Text Example

White with #F41868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41868; }

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

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

background-color css

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

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

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

border-color css

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

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

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