Html Css Color HEX #F07470 Geraldine

📋 copy color: '#F07470'

red 240 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #F07470

Tints of Geraldine #F07470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.79%

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

R = 51.28%
G = 24.79%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F07470 (or 0xF07470) is known color: Geraldine. HEX triplet: F0, 74 and 70. RGB value is (240,116,112). Sum of RGB (Red+Green+Blue) = 240+116+112=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F07470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07470 is #0F8B8F. Grayscale: #989898. Windows color (decimal): -1018768 or 7369968. OLE color: 7369968.

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

Color convert

RGB 240 116 112 -
CMYK 0 0.52 0.53 0.06
HSL 1.88º 0.81% 0.69% -
HSV(B) 1.88º 0.53% 0.94% -
XYZ 45.11 32.19 19.16 -
YUV 152.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 240 116 112 0 0.52 0.53 0.06 1.88 0.81 0.69
Hex F0 74 70 0 34 35 6 2 51 45
Octal 360 164 160 0 64 65 6 2 121 105
Binary 11110000 1110100 1110000 0 110100 110101 110 10 1010001 1000101

Color Harmonies of #F07470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07470

Black with #F07470

Text Example


Text Example

White with #F07470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07470; }

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

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

background-color css

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

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

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

border-color css

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

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

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