Html Css Color HEX #F07669 Geraldine

📋 copy color: '#F07669'

red 240 ◦ green 118 ◦ blue 105

#F07669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #F07669

Tints of Geraldine #F07669

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

 GREEN value IS 118 (46.48% from 255) = 25.49%

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 51.84%
G = 25.49%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F07669 (or 0xF07669) is known color: Geraldine. HEX triplet: F0, 76 and 69. RGB value is (240,118,105). Sum of RGB (Red+Green+Blue) = 240+118+105=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F07669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07669 is #0F8996. Grayscale: #999999. Windows color (decimal): -1018263 or 6911728. OLE color: 6911728.

HSL color Cylindrical-coordinate representation of color #F07669: hue angle of 5.78º 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 #F07669 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 105 -
CMYK 0 0.51 0.56 0.06
HSL 5.78º 0.82% 0.68% -
HSV(B) 5.78º 0.56% 0.94% -
XYZ 44.96 32.5 17.27 -
YUV 153 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 240 118 105 0 0.51 0.56 0.06 5.78 0.82 0.68
Hex F0 76 69 0 33 38 6 6 52 44
Octal 360 166 151 0 63 70 6 6 122 104
Binary 11110000 1110110 1101001 0 110011 111000 110 110 1010010 1000100

Color Harmonies of #F07669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07669

Black with #F07669

Text Example


Text Example

White with #F07669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07669; }

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

 H1.HeaderClassName
 {
   color: #F07669;
 }
 .AnyTagClassName
 {
   color: #F07669;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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