Html Css Color HEX #F07F76 Geraldine

📋 copy color: '#F07F76'

red 240 ◦ green 127 ◦ blue 118

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

Shades of Geraldine #F07F76

Tints of Geraldine #F07F76

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 49.48%
G = 26.19%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F07F76 (or 0xF07F76) is known color: Geraldine. HEX triplet: F0, 7F and 76. RGB value is (240,127,118). Sum of RGB (Red+Green+Blue) = 240+127+118=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F76 is #0F8089. Grayscale: #9F9F9F. Windows color (decimal): -1015946 or 7766000. OLE color: 7766000.

HSL color Cylindrical-coordinate representation of color #F07F76: hue angle of 4.43º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07F76 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 118 -
CMYK 0 0.47 0.51 0.06
HSL 4.43º 0.8% 0.7% -
HSV(B) 4.43º 0.51% 0.94% -
XYZ 46.79 35.01 21.43 -
YUV 159.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 240 127 118 0 0.47 0.51 0.06 4.43 0.8 0.7
Hex F0 7F 76 0 2F 33 6 4 50 46
Octal 360 177 166 0 57 63 6 4 120 106
Binary 11110000 1111111 1110110 0 101111 110011 110 100 1010000 1000110

Color Harmonies of #F07F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F76

Black with #F07F76

Text Example


Text Example

White with #F07F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F76; }

 p { color: rgb(240,127,118); }

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

background-color css

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

 a { background-color: rgb(240,127,118); }

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

border-color css

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

 span { border-color: rgb(240,127,118); }

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