#F2746F

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

Shades of Geraldine #F2746F

Tints of Geraldine #F2746F

Color information

#F2746F (or 0xF2746F) is unknown color: approx Geraldine. HEX triplet: F2, 74 and 6F. RGB value is (242,116,111). Sum of RGB (Red+Green+Blue) = 242+116+111=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2746F is #0D8B90. Grayscale: #999999. Windows color (decimal): -887697 or 7304434. OLE color: 7304434.

HSL color Cylindrical-coordinate representation of color #F2746F: hue angle of 2.29º 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 #F2746F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242116111-
CMYK00.520.540.05
HSL2.29º83.44%69.22%-
HSV(B)2.29º54.13%94.9%-
XYZ45.7332.5218.9-
YUV153.1104.24191.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=51.60%
G=24.73%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211611100.520.540.052.2983.4469.22
HexF2746F03436525345
Octal3621641570646652123105
Binary111100101110100110111101101001101101011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2746F; }

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

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

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

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

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

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

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

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