Html Css Color HEX #F07B6F Geraldine

📋 copy color: '#F07B6F'

red 240 ◦ green 123 ◦ blue 111

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

Shades of Geraldine #F07B6F

Tints of Geraldine #F07B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 50.63%
G = 25.95%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F07B6F (or 0xF07B6F) is known color: Geraldine. HEX triplet: F0, 7B and 6F. RGB value is (240,123,111). Sum of RGB (Red+Green+Blue) = 240+123+111=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B6F is #0F8490. Grayscale: #9C9C9C. Windows color (decimal): -1016977 or 7306224. OLE color: 7306224.

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

Color convert

RGB 240 123 111 -
CMYK 0 0.49 0.54 0.06
HSL 5.58º 0.81% 0.69% -
HSV(B) 5.58º 0.54% 0.94% -
XYZ 45.89 33.84 19.15 -
YUV 156.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 240 123 111 0 0.49 0.54 0.06 5.58 0.81 0.69
Hex F0 7B 6F 0 31 36 6 6 51 45
Octal 360 173 157 0 61 66 6 6 121 105
Binary 11110000 1111011 1101111 0 110001 110110 110 110 1010001 1000101

Color Harmonies of #F07B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B6F

Black with #F07B6F

Text Example


Text Example

White with #F07B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B6F; }

 p { color: rgb(240,123,111); }

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

background-color css

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

 a { background-color: rgb(240,123,111); }

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

border-color css

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

 span { border-color: rgb(240,123,111); }

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