Html Css Color HEX #F07C70 Geraldine

📋 copy color: '#F07C70'

red 240 ◦ green 124 ◦ blue 112

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

Shades of Geraldine #F07C70

Tints of Geraldine #F07C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.05%

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

R = 50.42%
G = 26.05%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07C70 (or 0xF07C70) is known color: Geraldine. HEX triplet: F0, 7C and 70. RGB value is (240,124,112). Sum of RGB (Red+Green+Blue) = 240+124+112=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C70 is #0F838F. Grayscale: #9D9D9D. Windows color (decimal): -1016720 or 7372016. OLE color: 7372016.

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

Color convert

RGB 240 124 112 -
CMYK 0 0.48 0.53 0.06
HSL 5.63º 0.81% 0.69% -
HSV(B) 5.63º 0.53% 0.94% -
XYZ 46.07 34.11 19.49 -
YUV 157.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 240 124 112 0 0.48 0.53 0.06 5.63 0.81 0.69
Hex F0 7C 70 0 30 35 6 6 51 45
Octal 360 174 160 0 60 65 6 6 121 105
Binary 11110000 1111100 1110000 0 110000 110101 110 110 1010001 1000101

Color Harmonies of #F07C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C70

Black with #F07C70

Text Example


Text Example

White with #F07C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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