#F07270

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

Shades of Geraldine #F07270

Tints of Geraldine #F07270

Color information

#F07270 (or 0xF07270) is unknown color: approx Geraldine. HEX triplet: F0, 72 and 70. RGB value is (240,114,112). Sum of RGB (Red+Green+Blue) = 240+114+112=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F07270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07270 is #0F8D8F. Grayscale: #979797. Windows color (decimal): -1019280 or 7369456. OLE color: 7369456.

HSL color Cylindrical-coordinate representation of color #F07270: hue angle of 0.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F07270 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240114112-
CMYK00.520.530.06
HSL0.94º81.01%69.02%-
HSV(B)0.94º53.33%94.12%-
XYZ44.8831.7319.09-
YUV151.45105.74191.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=51.50%
G=24.46%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011411200.520.530.060.9481.0169.02
HexF0727003435615145
Octal3601621600646561121105
Binary11110000111001011100000110100110101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07270; }

 p { color: rgb(240,114,112); }

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

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

 a { background-color: rgb(240,114,112); }

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

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

 span { border-color: rgb(240,114,112); }

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