Html Css Color HEX #F0746E Geraldine

📋 copy color: '#F0746E'

red 240 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #F0746E

Tints of Geraldine #F0746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

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

R = 51.5%
G = 24.89%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0746E (or 0xF0746E) is known color: Geraldine. HEX triplet: F0, 74 and 6E. RGB value is (240,116,110). Sum of RGB (Red+Green+Blue) = 240+116+110=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0746E is #0F8B91. Grayscale: #989898. Windows color (decimal): -1018770 or 7238896. OLE color: 7238896.

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

Color convert

RGB 240 116 110 -
CMYK 0 0.52 0.54 0.06
HSL 2.77º 0.81% 0.69% -
HSV(B) 2.77º 0.54% 0.94% -
XYZ 45 32.14 18.58 -
YUV 152.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 240 116 110 0 0.52 0.54 0.06 2.77 0.81 0.69
Hex F0 74 6E 0 34 36 6 3 51 45
Octal 360 164 156 0 64 66 6 3 121 105
Binary 11110000 1110100 1101110 0 110100 110110 110 11 1010001 1000101

Color Harmonies of #F0746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0746E

Black with #F0746E

Text Example


Text Example

White with #F0746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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