#F2706F

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

Shades of Geraldine #F2706F

Tints of Geraldine #F2706F

Color information

#F2706F (or 0xF2706F) is unknown color: approx Geraldine. HEX triplet: F2, 70 and 6F. RGB value is (242,112,111). Sum of RGB (Red+Green+Blue) = 242+112+111=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2706F is #0D8F90. Grayscale: #969696. Windows color (decimal): -888721 or 7303410. OLE color: 7303410.

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

Color convert

RGB242112111-
CMYK00.540.540.05
HSL0.46º83.44%69.22%-
HSV(B)0.46º54.13%94.9%-
XYZ45.2831.6118.75-
YUV150.76105.57193.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=52.04%
G=24.09%
B=23.87%

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
Decimal24211211100.540.540.050.4683.4469.22
HexF2706F03636505345
Octal3621601570666650123105
Binary11110010111000011011110110110110110101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2706F; }

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

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

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

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

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

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

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

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