Html Css Color HEX #F41670 Ruby

📋 copy color: '#F41670'

red 244 ◦ green 22 ◦ blue 112

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

Shades of Ruby #F41670

Tints of Ruby #F41670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 64.55%
G = 5.82%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41670 (or 0xF41670) is known color: Ruby. HEX triplet: F4, 16 and 70. RGB value is (244,22,112). Sum of RGB (Red+Green+Blue) = 244+22+112=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F41670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41670 is #0BE98F. Grayscale: #626262. Windows color (decimal): -780688 or 7345908. OLE color: 7345908.

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

Color convert

RGB 244 22 112 -
CMYK 0 0.91 0.54 0.04
HSL 335.68º 0.91% 0.52% -
HSV(B) 335.68º 0.91% 0.96% -
XYZ 40.52 20.98 17.24 -
YUV 98.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 244 22 112 0 0.91 0.54 0.04 335.68 0.91 0.52
Hex F4 16 70 0 5B 36 4 150 5B 34
Octal 364 26 160 0 133 66 4 520 133 64
Binary 11110100 10110 1110000 0 1011011 110110 100 101010000 1011011 110100

Color Harmonies of #F41670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41670

Black with #F41670

Text Example


Text Example

White with #F41670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41670; }

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

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

background-color css

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

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

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

border-color css

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

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

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