Html Css Color HEX #F41574 Ruby

📋 copy color: '#F41574'

red 244 ◦ green 21 ◦ blue 116

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

Shades of Ruby #F41574

Tints of Ruby #F41574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 64.04%
G = 5.51%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F41574 (or 0xF41574) is known color: Ruby. HEX triplet: F4, 15 and 74. RGB value is (244,21,116). Sum of RGB (Red+Green+Blue) = 244+21+116=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41574 is #0BEA8B. Grayscale: #626262. Windows color (decimal): -780940 or 7607796. OLE color: 7607796.

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

Color convert

RGB 244 21 116 -
CMYK 0 0.91 0.52 0.04
HSL 334.44º 0.91% 0.52% -
HSV(B) 334.44º 0.91% 0.96% -
XYZ 40.73 21.03 18.44 -
YUV 98.51 137.88 231.78 -
System Red Green Blue C M Y K H S L
Decimal 244 21 116 0 0.91 0.52 0.04 334.44 0.91 0.52
Hex F4 15 74 0 5B 34 4 14E 5B 34
Octal 364 25 164 0 133 64 4 516 133 64
Binary 11110100 10101 1110100 0 1011011 110100 100 101001110 1011011 110100

Color Harmonies of #F41574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41574

Black with #F41574

Text Example


Text Example

White with #F41574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41574; }

 p { color: rgb(244,21,116); }

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

background-color css

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

 a { background-color: rgb(244,21,116); }

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

border-color css

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

 span { border-color: rgb(244,21,116); }

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