Html Css Color HEX #F41368 Ruby

📋 copy color: '#F41368'

red 244 ◦ green 19 ◦ blue 104

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

Shades of Ruby #F41368

Tints of Ruby #F41368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

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

R = 66.49%
G = 5.18%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F41368 (or 0xF41368) is known color: Ruby. HEX triplet: F4, 13 and 68. RGB value is (244,19,104). Sum of RGB (Red+Green+Blue) = 244+19+104=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F41368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41368 is #0BEC97. Grayscale: #5F5F5F. Windows color (decimal): -781464 or 6820852. OLE color: 6820852.

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

Color convert

RGB 244 19 104 -
CMYK 0 0.92 0.57 0.04
HSL 337.33º 0.91% 0.52% -
HSV(B) 337.33º 0.92% 0.96% -
XYZ 40.04 20.7 14.98 -
YUV 95.97 132.54 233.59 -
System Red Green Blue C M Y K H S L
Decimal 244 19 104 0 0.92 0.57 0.04 337.33 0.91 0.52
Hex F4 13 68 0 5C 39 4 151 5B 34
Octal 364 23 150 0 134 71 4 521 133 64
Binary 11110100 10011 1101000 0 1011100 111001 100 101010001 1011011 110100

Color Harmonies of #F41368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41368

Black with #F41368

Text Example


Text Example

White with #F41368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41368; }

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

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

background-color css

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

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

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

border-color css

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

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

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