#F26F6F

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

Shades of Geraldine #F26F6F

Tints of Geraldine #F26F6F

Color information

#F26F6F (or 0xF26F6F) is unknown color: approx Geraldine. HEX triplet: F2, 6F and 6F. RGB value is (242,111,111). Sum of RGB (Red+Green+Blue) = 242+111+111=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F6F is #0D9090. Grayscale: #969696. Windows color (decimal): -888977 or 7303154. OLE color: 7303154.

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

Color convert

RGB242111111-
CMYK00.540.540.05
HSL83.44%69.22%-
HSV(B)54.13%94.9%-
XYZ45.1731.3918.72-
YUV150.17105.9193.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=52.16%
G=23.92%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211111100.540.540.05083.4469.22
HexF26F6F03636505345
Octal3621571570666650123105
Binary11110010110111111011110110110110110101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F6F; }

 p { color: rgb(242,111,111); }

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

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

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

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

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

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

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