Html Css Color HEX #F07670 Geraldine

📋 copy color: '#F07670'

red 240 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #F07670

Tints of Geraldine #F07670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 51.06%
G = 25.11%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07670 (or 0xF07670) is known color: Geraldine. HEX triplet: F0, 76 and 70. RGB value is (240,118,112). Sum of RGB (Red+Green+Blue) = 240+118+112=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07670 is #0F898F. Grayscale: #999999. Windows color (decimal): -1018256 or 7370480. OLE color: 7370480.

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

Color convert

RGB 240 118 112 -
CMYK 0 0.51 0.53 0.06
HSL 2.81º 0.81% 0.69% -
HSV(B) 2.81º 0.53% 0.94% -
XYZ 45.34 32.65 19.24 -
YUV 153.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 240 118 112 0 0.51 0.53 0.06 2.81 0.81 0.69
Hex F0 76 70 0 33 35 6 3 51 45
Octal 360 166 160 0 63 65 6 3 121 105
Binary 11110000 1110110 1110000 0 110011 110101 110 11 1010001 1000101

Color Harmonies of #F07670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07670

Black with #F07670

Text Example


Text Example

White with #F07670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07670; }

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

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

background-color css

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

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

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

border-color css

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

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

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