#F21B60

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

Shades of Ruby #F21B60

Tints of Ruby #F21B60

Color information

#F21B60 (or 0xF21B60) is unknown color: approx Ruby. HEX triplet: F2, 1B and 60. RGB value is (242,27,96). Sum of RGB (Red+Green+Blue) = 242+27+96=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B60 is #0DE49F. Grayscale: #636363. Windows color (decimal): -910496 or 6298610. OLE color: 6298610.

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

Color convert

RGB2422796-
CMYK00.890.600.05
HSL340.74º89.21%52.75%-
HSV(B)340.74º88.84%94.9%-
XYZ39.1220.5112.96-
YUV99.15126.23229.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 66.30%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=66.30%
G=7.40%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242279600.890.600.05340.7489.2152.75
HexF21B600593C51555935
Octal36233140013174552513165
Binary11110010110111100000010110011111001011010101011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21B60; }

 p { color: rgb(242,27,96); }

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

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

 a { background-color: rgb(242,27,96); }

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

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

 span { border-color: rgb(242,27,96); }

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