Html Css Color HEX #F0746D Geraldine

📋 copy color: '#F0746D'

red 240 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #F0746D

Tints of Geraldine #F0746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 51.61%
G = 24.95%
B = 23.44%

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

#F0746D (or 0xF0746D) is known color: Geraldine. HEX triplet: F0, 74 and 6D. RGB value is (240,116,109). Sum of RGB (Red+Green+Blue) = 240+116+109=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0746D is #0F8B92. Grayscale: #989898. Windows color (decimal): -1018771 or 7173360. OLE color: 7173360.

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

Color convert

RGB 240 116 109 -
CMYK 0 0.52 0.55 0.06
HSL 3.21º 0.81% 0.68% -
HSV(B) 3.21º 0.55% 0.94% -
XYZ 44.94 32.12 18.3 -
YUV 152.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 240 116 109 0 0.52 0.55 0.06 3.21 0.81 0.68
Hex F0 74 6D 0 34 37 6 3 51 44
Octal 360 164 155 0 64 67 6 3 121 104
Binary 11110000 1110100 1101101 0 110100 110111 110 11 1010001 1000100

Color Harmonies of #F0746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0746D

Black with #F0746D

Text Example


Text Example

White with #F0746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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