Html Css Color HEX #F0756E Geraldine

📋 copy color: '#F0756E'

red 240 ◦ green 117 ◦ blue 110

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

Shades of Geraldine #F0756E

Tints of Geraldine #F0756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 51.39%
G = 25.05%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0756E (or 0xF0756E) is known color: Geraldine. HEX triplet: F0, 75 and 6E. RGB value is (240,117,110). Sum of RGB (Red+Green+Blue) = 240+117+110=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0756E is #0F8A91. Grayscale: #999999. Windows color (decimal): -1018514 or 7239152. OLE color: 7239152.

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

Color convert

RGB 240 117 110 -
CMYK 0 0.51 0.54 0.06
HSL 3.23º 0.81% 0.69% -
HSV(B) 3.23º 0.54% 0.94% -
XYZ 45.11 32.37 18.62 -
YUV 152.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 240 117 110 0 0.51 0.54 0.06 3.23 0.81 0.69
Hex F0 75 6E 0 33 36 6 3 51 45
Octal 360 165 156 0 63 66 6 3 121 105
Binary 11110000 1110101 1101110 0 110011 110110 110 11 1010001 1000101

Color Harmonies of #F0756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0756E

Black with #F0756E

Text Example


Text Example

White with #F0756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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