Html Css Color HEX #F0706D Geraldine

📋 copy color: '#F0706D'

red 240 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #F0706D

Tints of Geraldine #F0706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 52.06%
G = 24.3%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0706D (or 0xF0706D) is known color: Geraldine. HEX triplet: F0, 70 and 6D. RGB value is (240,112,109). Sum of RGB (Red+Green+Blue) = 240+112+109=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0706D is #0F8F92. Grayscale: #969696. Windows color (decimal): -1019795 or 7172336. OLE color: 7172336.

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

Color convert

RGB 240 112 109 -
CMYK 0 0.53 0.55 0.06
HSL 1.37º 0.81% 0.68% -
HSV(B) 1.37º 0.55% 0.94% -
XYZ 44.49 31.22 18.15 -
YUV 149.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 240 112 109 0 0.53 0.55 0.06 1.37 0.81 0.68
Hex F0 70 6D 0 35 37 6 1 51 44
Octal 360 160 155 0 65 67 6 1 121 104
Binary 11110000 1110000 1101101 0 110101 110111 110 1 1010001 1000100

Color Harmonies of #F0706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0706D

Black with #F0706D

Text Example


Text Example

White with #F0706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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