Html Css Color HEX #F07170 Geraldine

📋 copy color: '#F07170'

red 240 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #F07170

Tints of Geraldine #F07170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

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

R = 51.61%
G = 24.3%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07170 (or 0xF07170) is known color: Geraldine. HEX triplet: F0, 71 and 70. RGB value is (240,113,112). Sum of RGB (Red+Green+Blue) = 240+113+112=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F07170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07170 is #0F8E8F. Grayscale: #969696. Windows color (decimal): -1019536 or 7369200. OLE color: 7369200.

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

Color convert

RGB 240 113 112 -
CMYK 0 0.53 0.53 0.06
HSL 0.47º 0.81% 0.69% -
HSV(B) 0.47º 0.53% 0.94% -
XYZ 44.76 31.51 19.05 -
YUV 150.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 240 113 112 0 0.53 0.53 0.06 0.47 0.81 0.69
Hex F0 71 70 0 35 35 6 0 51 45
Octal 360 161 160 0 65 65 6 0 121 105
Binary 11110000 1110001 1110000 0 110101 110101 110 0 1010001 1000101

Color Harmonies of #F07170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07170

Black with #F07170

Text Example


Text Example

White with #F07170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07170; }

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

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

background-color css

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

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

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

border-color css

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

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

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