#F07169

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

Shades of Geraldine #F07169

Tints of Geraldine #F07169

Color information

#F07169 (or 0xF07169) is unknown color: approx Geraldine. HEX triplet: F0, 71 and 69. RGB value is (240,113,105). Sum of RGB (Red+Green+Blue) = 240+113+105=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07169 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07169 is #0F8E96. Grayscale: #969696. Windows color (decimal): -1019543 or 6910448. OLE color: 6910448.

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

Color convert

RGB240113105-
CMYK00.530.560.06
HSL3.56º81.82%67.65%-
HSV(B)3.56º56.25%94.12%-
XYZ44.3931.3617.08-
YUV150.06102.58192.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.40%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=52.40%
G=24.67%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011310500.530.560.063.5681.8267.65
HexF0716903538645244
Octal3601611510657064122104
Binary1111000011100011101001011010111100011010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07169; }

 p { color: rgb(240,113,105); }

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

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

 a { background-color: rgb(240,113,105); }

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

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

 span { border-color: rgb(240,113,105); }

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