Html Css Color HEX #F42071 Ruby

📋 copy color: '#F42071'

red 244 ◦ green 32 ◦ blue 113

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

Shades of Ruby #F42071

Tints of Ruby #F42071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 62.72%
G = 8.23%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F42071 (or 0xF42071) is known color: Ruby. HEX triplet: F4, 20 and 71. RGB value is (244,32,113). Sum of RGB (Red+Green+Blue) = 244+32+113=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F42071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42071 is #0BDF8E. Grayscale: #686868. Windows color (decimal): -778127 or 7414004. OLE color: 7414004.

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

Color convert

RGB 244 32 113 -
CMYK 0 0.87 0.54 0.04
HSL 337.08º 0.91% 0.54% -
HSV(B) 337.08º 0.87% 0.96% -
XYZ 40.81 21.46 17.61 -
YUV 104.62 132.74 227.41 -
System Red Green Blue C M Y K H S L
Decimal 244 32 113 0 0.87 0.54 0.04 337.08 0.91 0.54
Hex F4 20 71 0 57 36 4 151 5B 36
Octal 364 40 161 0 127 66 4 521 133 66
Binary 11110100 100000 1110001 0 1010111 110110 100 101010001 1011011 110110

Color Harmonies of #F42071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42071

Black with #F42071

Text Example


Text Example

White with #F42071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42071; }

 p { color: rgb(244,32,113); }

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

background-color css

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

 a { background-color: rgb(244,32,113); }

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

border-color css

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

 span { border-color: rgb(244,32,113); }

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