Html Css Color HEX #F41668 Ruby

📋 copy color: '#F41668'

red 244 ◦ green 22 ◦ blue 104

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

Shades of Ruby #F41668

Tints of Ruby #F41668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

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

R = 65.95%
G = 5.95%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F41668 (or 0xF41668) is known color: Ruby. HEX triplet: F4, 16 and 68. RGB value is (244,22,104). Sum of RGB (Red+Green+Blue) = 244+22+104=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F41668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41668 is #0BE997. Grayscale: #616161. Windows color (decimal): -780696 or 6821620. OLE color: 6821620.

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

Color convert

RGB 244 22 104 -
CMYK 0 0.91 0.57 0.04
HSL 337.84º 0.91% 0.52% -
HSV(B) 337.84º 0.91% 0.96% -
XYZ 40.09 20.81 15 -
YUV 97.73 131.55 232.33 -
System Red Green Blue C M Y K H S L
Decimal 244 22 104 0 0.91 0.57 0.04 337.84 0.91 0.52
Hex F4 16 68 0 5B 39 4 152 5B 34
Octal 364 26 150 0 133 71 4 522 133 64
Binary 11110100 10110 1101000 0 1011011 111001 100 101010010 1011011 110100

Color Harmonies of #F41668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41668

Black with #F41668

Text Example


Text Example

White with #F41668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41668; }

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

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

background-color css

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

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

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

border-color css

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

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

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