Html Css Color HEX #F0746C Geraldine

📋 copy color: '#F0746C'

red 240 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #F0746C

Tints of Geraldine #F0746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 51.72%
G = 25%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0746C (or 0xF0746C) is known color: Geraldine. HEX triplet: F0, 74 and 6C. RGB value is (240,116,108). Sum of RGB (Red+Green+Blue) = 240+116+108=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0746C is #0F8B93. Grayscale: #989898. Windows color (decimal): -1018772 or 7107824. OLE color: 7107824.

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

Color convert

RGB 240 116 108 -
CMYK 0 0.52 0.55 0.06
HSL 3.64º 0.81% 0.68% -
HSV(B) 3.64º 0.55% 0.94% -
XYZ 44.89 32.1 18.02 -
YUV 152.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 240 116 108 0 0.52 0.55 0.06 3.64 0.81 0.68
Hex F0 74 6C 0 34 37 6 4 51 44
Octal 360 164 154 0 64 67 6 4 121 104
Binary 11110000 1110100 1101100 0 110100 110111 110 100 1010001 1000100

Color Harmonies of #F0746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0746C

Black with #F0746C

Text Example


Text Example

White with #F0746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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