Html Css Color HEX #F41564 Ruby

📋 copy color: '#F41564'

red 244 ◦ green 21 ◦ blue 100

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

Shades of Ruby #F41564

Tints of Ruby #F41564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 66.85%
G = 5.75%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41564 (or 0xF41564) is known color: Ruby. HEX triplet: F4, 15 and 64. RGB value is (244,21,100). Sum of RGB (Red+Green+Blue) = 244+21+100=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F41564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41564 is #0BEA9B. Grayscale: #606060. Windows color (decimal): -780956 or 6559220. OLE color: 6559220.

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

Color convert

RGB 244 21 100 -
CMYK 0 0.91 0.59 0.04
HSL 338.74º 0.91% 0.52% -
HSV(B) 338.74º 0.91% 0.96% -
XYZ 39.88 20.69 13.95 -
YUV 96.68 129.88 233.08 -
System Red Green Blue C M Y K H S L
Decimal 244 21 100 0 0.91 0.59 0.04 338.74 0.91 0.52
Hex F4 15 64 0 5B 3B 4 153 5B 34
Octal 364 25 144 0 133 73 4 523 133 64
Binary 11110100 10101 1100100 0 1011011 111011 100 101010011 1011011 110100

Color Harmonies of #F41564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41564

Black with #F41564

Text Example


Text Example

White with #F41564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41564; }

 p { color: rgb(244,21,100); }

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

background-color css

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

 a { background-color: rgb(244,21,100); }

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

border-color css

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

 span { border-color: rgb(244,21,100); }

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