#F21272

Color #F21272 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #F21272

Tints of Ruby #F21272

Color information

#F21272 (or 0xF21272) is unknown color: approx Ruby. HEX triplet: F2, 12 and 72. RGB value is (242,18,114). Sum of RGB (Red+Green+Blue) = 242+18+114=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21272 is #0DED8D. Grayscale: #5F5F5F. Windows color (decimal): -912782 or 7475954. OLE color: 7475954.

HSL color Cylindrical-coordinate representation of color #F21272: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21272 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24218114-
CMYK00.930.530.05
HSL334.29º89.6%50.98%-
HSV(B)334.29º92.56%94.9%-
XYZ39.8720.5217.78-
YUV95.92138.21232.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.71%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=64.71%
G=4.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421811400.930.530.05334.2989.650.98
HexF2127205D35514e5a33
Octal36222162013565551613263
Binary11110010100101110010010111011101011011010011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21272; }

 p { color: rgb(242,18,114); }

 H1.HeaderClassName
 {
   color: #F21272;
 }
 .AnyTagClassName
 {
   color: #F21272;
 }
</style>
background-color css

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

 a { background-color: rgb(242,18,114); }

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

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

 span { border-color: rgb(242,18,114); }

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