Html Css Color HEX #F41F67 Ruby

📋 copy color: '#F41F67'

red 244 ◦ green 31 ◦ blue 103

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

Shades of Ruby #F41F67

Tints of Ruby #F41F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 64.55%
G = 8.2%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F41F67 (or 0xF41F67) is known color: Ruby. HEX triplet: F4, 1F and 67. RGB value is (244,31,103). Sum of RGB (Red+Green+Blue) = 244+31+103=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F67 is #0BE098. Grayscale: #666666. Windows color (decimal): -778393 or 6758388. OLE color: 6758388.

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

Color convert

RGB 244 31 103 -
CMYK 0 0.87 0.58 0.04
HSL 339.72º 0.91% 0.54% -
HSV(B) 339.72º 0.87% 0.96% -
XYZ 40.25 21.19 14.8 -
YUV 102.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 244 31 103 0 0.87 0.58 0.04 339.72 0.91 0.54
Hex F4 1F 67 0 57 3A 4 154 5B 36
Octal 364 37 147 0 127 72 4 524 133 66
Binary 11110100 11111 1100111 0 1010111 111010 100 101010100 1011011 110110

Color Harmonies of #F41F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41F67

Black with #F41F67

Text Example


Text Example

White with #F41F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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