#F21C5F

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

Shades of Ruby #F21C5F

Tints of Ruby #F21C5F

Color information

#F21C5F (or 0xF21C5F) is unknown color: approx Ruby. HEX triplet: F2, 1C and 5F. RGB value is (242,28,95). Sum of RGB (Red+Green+Blue) = 242+28+95=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C5F is #0DE3A0. Grayscale: #636363. Windows color (decimal): -910241 or 6233330. OLE color: 6233330.

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

Color convert

RGB2422895-
CMYK00.880.610.05
HSL341.21º89.17%52.94%-
HSV(B)341.21º88.43%94.9%-
XYZ39.120.5312.73-
YUV99.62125.4229.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 28 (11.33% from 255) = 7.67%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=66.30%
G=7.67%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242289500.880.610.05341.2189.1752.94
HexF21C5F0583D51555935
Octal36234137013075552513165
Binary11110010111001011111010110001111011011010101011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21C5F; }

 p { color: rgb(242,28,95); }

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

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

 a { background-color: rgb(242,28,95); }

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

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

 span { border-color: rgb(242,28,95); }

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