Html Css Color HEX #F07A6E Geraldine

📋 copy color: '#F07A6E'

red 240 ◦ green 122 ◦ blue 110

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

Shades of Geraldine #F07A6E

Tints of Geraldine #F07A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 50.85%
G = 25.85%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F07A6E (or 0xF07A6E) is known color: Geraldine. HEX triplet: F0, 7A and 6E. RGB value is (240,122,110). Sum of RGB (Red+Green+Blue) = 240+122+110=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A6E is #0F8591. Grayscale: #9C9C9C. Windows color (decimal): -1017234 or 7240432. OLE color: 7240432.

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

Color convert

RGB 240 122 110 -
CMYK 0 0.49 0.54 0.06
HSL 5.54º 0.81% 0.69% -
HSV(B) 5.54º 0.54% 0.94% -
XYZ 45.71 33.57 18.82 -
YUV 155.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 240 122 110 0 0.49 0.54 0.06 5.54 0.81 0.69
Hex F0 7A 6E 0 31 36 6 6 51 45
Octal 360 172 156 0 61 66 6 6 121 105
Binary 11110000 1111010 1101110 0 110001 110110 110 110 1010001 1000101

Color Harmonies of #F07A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A6E

Black with #F07A6E

Text Example


Text Example

White with #F07A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A6E; }

 p { color: rgb(240,122,110); }

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

background-color css

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

 a { background-color: rgb(240,122,110); }

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

border-color css

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

 span { border-color: rgb(240,122,110); }

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