Html Css Color HEX #F41F64 Ruby

📋 copy color: '#F41F64'

red 244 ◦ green 31 ◦ blue 100

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

Shades of Ruby #F41F64

Tints of Ruby #F41F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.27%

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

R = 65.07%
G = 8.27%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F41F64 (or 0xF41F64) is known color: Ruby. HEX triplet: F4, 1F and 64. RGB value is (244,31,100). Sum of RGB (Red+Green+Blue) = 244+31+100=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F64 is #0BE09B. Grayscale: #666666. Windows color (decimal): -778396 or 6561780. OLE color: 6561780.

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

Color convert

RGB 244 31 100 -
CMYK 0 0.87 0.59 0.04
HSL 340.56º 0.91% 0.54% -
HSV(B) 340.56º 0.87% 0.96% -
XYZ 40.1 21.13 14.02 -
YUV 102.55 126.57 228.89 -
System Red Green Blue C M Y K H S L
Decimal 244 31 100 0 0.87 0.59 0.04 340.56 0.91 0.54
Hex F4 1F 64 0 57 3B 4 155 5B 36
Octal 364 37 144 0 127 73 4 525 133 66
Binary 11110100 11111 1100100 0 1010111 111011 100 101010101 1011011 110110

Color Harmonies of #F41F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41F64

Black with #F41F64

Text Example


Text Example

White with #F41F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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