Html Css Color HEX #F0756B Geraldine

📋 copy color: '#F0756B'

red 240 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #F0756B

Tints of Geraldine #F0756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 51.72%
G = 25.22%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0756B (or 0xF0756B) is known color: Geraldine. HEX triplet: F0, 75 and 6B. RGB value is (240,117,107). Sum of RGB (Red+Green+Blue) = 240+117+107=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0756B is #0F8A94. Grayscale: #989898. Windows color (decimal): -1018517 or 7042544. OLE color: 7042544.

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

Color convert

RGB 240 117 107 -
CMYK 0 0.51 0.55 0.06
HSL 4.51º 0.82% 0.68% -
HSV(B) 4.51º 0.55% 0.94% -
XYZ 44.95 32.31 17.78 -
YUV 152.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 240 117 107 0 0.51 0.55 0.06 4.51 0.82 0.68
Hex F0 75 6B 0 33 37 6 5 52 44
Octal 360 165 153 0 63 67 6 5 122 104
Binary 11110000 1110101 1101011 0 110011 110111 110 101 1010010 1000100

Color Harmonies of #F0756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0756B

Black with #F0756B

Text Example


Text Example

White with #F0756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0756B; }

 p { color: rgb(240,117,107); }

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

background-color css

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

 a { background-color: rgb(240,117,107); }

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

border-color css

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

 span { border-color: rgb(240,117,107); }

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