Html Css Color HEX #F41970 Ruby

📋 copy color: '#F41970'

red 244 ◦ green 25 ◦ blue 112

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

Shades of Ruby #F41970

Tints of Ruby #F41970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.56%

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

R = 64.04%
G = 6.56%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41970 (or 0xF41970) is known color: Ruby. HEX triplet: F4, 19 and 70. RGB value is (244,25,112). Sum of RGB (Red+Green+Blue) = 244+25+112=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41970 is #0BE68F. Grayscale: #646464. Windows color (decimal): -779920 or 7346676. OLE color: 7346676.

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

Color convert

RGB 244 25 112 -
CMYK 0 0.90 0.54 0.04
HSL 336.16º 0.91% 0.53% -
HSV(B) 336.16º 0.9% 0.96% -
XYZ 40.58 21.1 17.26 -
YUV 100.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 244 25 112 0 0.90 0.54 0.04 336.16 0.91 0.53
Hex F4 19 70 0 5A 36 4 150 5B 35
Octal 364 31 160 0 132 66 4 520 133 65
Binary 11110100 11001 1110000 0 1011010 110110 100 101010000 1011011 110101

Color Harmonies of #F41970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41970

Black with #F41970

Text Example


Text Example

White with #F41970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41970; }

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

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

background-color css

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

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

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

border-color css

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

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

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