Html Css Color HEX #F0766A Geraldine

📋 copy color: '#F0766A'

red 240 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #F0766A

Tints of Geraldine #F0766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 51.72%
G = 25.43%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0766A (or 0xF0766A) is known color: Geraldine. HEX triplet: F0, 76 and 6A. RGB value is (240,118,106). Sum of RGB (Red+Green+Blue) = 240+118+106=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0766A is #0F8995. Grayscale: #999999. Windows color (decimal): -1018262 or 6977264. OLE color: 6977264.

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

Color convert

RGB 240 118 106 -
CMYK 0 0.51 0.56 0.06
HSL 5.37º 0.82% 0.68% -
HSV(B) 5.37º 0.56% 0.94% -
XYZ 45.02 32.52 17.54 -
YUV 153.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 240 118 106 0 0.51 0.56 0.06 5.37 0.82 0.68
Hex F0 76 6A 0 33 38 6 5 52 44
Octal 360 166 152 0 63 70 6 5 122 104
Binary 11110000 1110110 1101010 0 110011 111000 110 101 1010010 1000100

Color Harmonies of #F0766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0766A

Black with #F0766A

Text Example


Text Example

White with #F0766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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