Html Css Color HEX #F07569 Geraldine

📋 copy color: '#F07569'

red 240 ◦ green 117 ◦ blue 105

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

Shades of Geraldine #F07569

Tints of Geraldine #F07569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 51.95%
G = 25.32%
B = 22.73%

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

#F07569 (or 0xF07569) is known color: Geraldine. HEX triplet: F0, 75 and 69. RGB value is (240,117,105). Sum of RGB (Red+Green+Blue) = 240+117+105=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07569 is #0F8A96. Grayscale: #989898. Windows color (decimal): -1018519 or 6911472. OLE color: 6911472.

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

Color convert

RGB 240 117 105 -
CMYK 0 0.51 0.56 0.06
HSL 5.33º 0.82% 0.68% -
HSV(B) 5.33º 0.56% 0.94% -
XYZ 44.85 32.27 17.23 -
YUV 152.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 240 117 105 0 0.51 0.56 0.06 5.33 0.82 0.68
Hex F0 75 69 0 33 38 6 5 52 44
Octal 360 165 151 0 63 70 6 5 122 104
Binary 11110000 1110101 1101001 0 110011 111000 110 101 1010010 1000100

Color Harmonies of #F07569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07569

Black with #F07569

Text Example


Text Example

White with #F07569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07569; }

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

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

background-color css

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

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

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

border-color css

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

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

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