Html Css Color HEX #F41370 Ruby

📋 copy color: '#F41370'

red 244 ◦ green 19 ◦ blue 112

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

Shades of Ruby #F41370

Tints of Ruby #F41370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 65.07%
G = 5.07%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41370 (or 0xF41370) is known color: Ruby. HEX triplet: F4, 13 and 70. RGB value is (244,19,112). Sum of RGB (Red+Green+Blue) = 244+19+112=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F41370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41370 is #0BEC8F. Grayscale: #606060. Windows color (decimal): -781456 or 7345140. OLE color: 7345140.

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

Color convert

RGB 244 19 112 -
CMYK 0 0.92 0.54 0.04
HSL 335.2º 0.91% 0.52% -
HSV(B) 335.2º 0.92% 0.96% -
XYZ 40.47 20.87 17.22 -
YUV 96.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 244 19 112 0 0.92 0.54 0.04 335.2 0.91 0.52
Hex F4 13 70 0 5C 36 4 14F 5B 34
Octal 364 23 160 0 134 66 4 517 133 64
Binary 11110100 10011 1110000 0 1011100 110110 100 101001111 1011011 110100

Color Harmonies of #F41370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41370

Black with #F41370

Text Example


Text Example

White with #F41370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41370; }

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

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

background-color css

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

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

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

border-color css

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

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

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