Html Css Color HEX #F42170 Ruby

📋 copy color: '#F42170'

red 244 ◦ green 33 ◦ blue 112

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

Shades of Ruby #F42170

Tints of Ruby #F42170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 62.72%
G = 8.48%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F42170 (or 0xF42170) is known color: Ruby. HEX triplet: F4, 21 and 70. RGB value is (244,33,112). Sum of RGB (Red+Green+Blue) = 244+33+112=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F42170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42170 is #0BDE8F. Grayscale: #686868. Windows color (decimal): -777872 or 7348724. OLE color: 7348724.

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

Color convert

RGB 244 33 112 -
CMYK 0 0.86 0.54 0.04
HSL 337.54º 0.91% 0.54% -
HSV(B) 337.54º 0.86% 0.96% -
XYZ 40.78 21.49 17.33 -
YUV 105.1 131.9 227.08 -
System Red Green Blue C M Y K H S L
Decimal 244 33 112 0 0.86 0.54 0.04 337.54 0.91 0.54
Hex F4 21 70 0 56 36 4 152 5B 36
Octal 364 41 160 0 126 66 4 522 133 66
Binary 11110100 100001 1110000 0 1010110 110110 100 101010010 1011011 110110

Color Harmonies of #F42170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42170

Black with #F42170

Text Example


Text Example

White with #F42170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42170; }

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

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

background-color css

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

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

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

border-color css

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

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

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