#F21667

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

Shades of Ruby #F21667

Tints of Ruby #F21667

Color information

#F21667 (or 0xF21667) is unknown color: approx Ruby. HEX triplet: F2, 16 and 67. RGB value is (242,22,103). Sum of RGB (Red+Green+Blue) = 242+22+103=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21667 is #0DE998. Grayscale: #606060. Windows color (decimal): -911769 or 6756082. OLE color: 6756082.

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

Color convert

RGB24222103-
CMYK00.910.570.05
HSL337.91º89.43%51.76%-
HSV(B)337.91º90.91%94.9%-
XYZ39.3520.4314.7-
YUV97.01131.39231.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.94%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=65.94%
G=5.99%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422210300.910.570.05337.9189.4351.76
HexF2166705B3951525934
Octal36226147013371552213164
Binary11110010101101100111010110111110011011010100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21667; }

 p { color: rgb(242,22,103); }

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

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

 a { background-color: rgb(242,22,103); }

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

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

 span { border-color: rgb(242,22,103); }

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