Html Css Color HEX #F0706E Geraldine

📋 copy color: '#F0706E'

red 240 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #F0706E

Tints of Geraldine #F0706E

RGB

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

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

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

R = 51.95%
G = 24.24%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0706E (or 0xF0706E) is known color: Geraldine. HEX triplet: F0, 70 and 6E. RGB value is (240,112,110). Sum of RGB (Red+Green+Blue) = 240+112+110=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0706E is #0F8F91. Grayscale: #969696. Windows color (decimal): -1019794 or 7237872. OLE color: 7237872.

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

Color convert

RGB 240 112 110 -
CMYK 0 0.53 0.54 0.06
HSL 0.92º 0.81% 0.69% -
HSV(B) 0.92º 0.54% 0.94% -
XYZ 44.54 31.24 18.43 -
YUV 150.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 240 112 110 0 0.53 0.54 0.06 0.92 0.81 0.69
Hex F0 70 6E 0 35 36 6 1 51 45
Octal 360 160 156 0 65 66 6 1 121 105
Binary 11110000 1110000 1101110 0 110101 110110 110 1 1010001 1000101

Color Harmonies of #F0706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0706E

Black with #F0706E

Text Example


Text Example

White with #F0706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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