Html Css Color HEX #F42076 Ruby

📋 copy color: '#F42076'

red 244 ◦ green 32 ◦ blue 118

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

Shades of Ruby #F42076

Tints of Ruby #F42076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 61.93%
G = 8.12%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F42076 (or 0xF42076) is known color: Ruby. HEX triplet: F4, 20 and 76. RGB value is (244,32,118). Sum of RGB (Red+Green+Blue) = 244+32+118=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F42076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42076 is #0BDF89. Grayscale: #696969. Windows color (decimal): -778122 or 7741684. OLE color: 7741684.

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

Color convert

RGB 244 32 118 -
CMYK 0 0.87 0.52 0.04
HSL 335.66º 0.91% 0.54% -
HSV(B) 335.66º 0.87% 0.96% -
XYZ 41.09 21.57 19.14 -
YUV 105.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 244 32 118 0 0.87 0.52 0.04 335.66 0.91 0.54
Hex F4 20 76 0 57 34 4 150 5B 36
Octal 364 40 166 0 127 64 4 520 133 66
Binary 11110100 100000 1110110 0 1010111 110100 100 101010000 1011011 110110

Color Harmonies of #F42076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42076

Black with #F42076

Text Example


Text Example

White with #F42076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42076; }

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

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

background-color css

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

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

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

border-color css

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

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

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