Html Css Color HEX #F07970 Geraldine

📋 copy color: '#F07970'

red 240 ◦ green 121 ◦ blue 112

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

Shades of Geraldine #F07970

Tints of Geraldine #F07970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

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

R = 50.74%
G = 25.58%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07970 (or 0xF07970) is known color: Geraldine. HEX triplet: F0, 79 and 70. RGB value is (240,121,112). Sum of RGB (Red+Green+Blue) = 240+121+112=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07970 is #0F868F. Grayscale: #9B9B9B. Windows color (decimal): -1017488 or 7371248. OLE color: 7371248.

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

Color convert

RGB 240 121 112 -
CMYK 0 0.50 0.53 0.06
HSL 4.22º 0.81% 0.69% -
HSV(B) 4.22º 0.53% 0.94% -
XYZ 45.7 33.37 19.36 -
YUV 155.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 240 121 112 0 0.50 0.53 0.06 4.22 0.81 0.69
Hex F0 79 70 0 32 35 6 4 51 45
Octal 360 171 160 0 62 65 6 4 121 105
Binary 11110000 1111001 1110000 0 110010 110101 110 100 1010001 1000101

Color Harmonies of #F07970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07970

Black with #F07970

Text Example


Text Example

White with #F07970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07970; }

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

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

background-color css

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

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

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

border-color css

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

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

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