Html Css Color HEX #F07673 Geraldine

📋 copy color: '#F07673'

red 240 ◦ green 118 ◦ blue 115

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

Shades of Geraldine #F07673

Tints of Geraldine #F07673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 50.74%
G = 24.95%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F07673 (or 0xF07673) is known color: Geraldine. HEX triplet: F0, 76 and 73. RGB value is (240,118,115). Sum of RGB (Red+Green+Blue) = 240+118+115=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07673 is #0F898C. Grayscale: #9A9A9A. Windows color (decimal): -1018253 or 7567088. OLE color: 7567088.

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

Color convert

RGB 240 118 115 -
CMYK 0 0.51 0.52 0.06
HSL 1.44º 0.81% 0.7% -
HSV(B) 1.44º 0.52% 0.94% -
XYZ 45.51 32.72 20.14 -
YUV 154.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 240 118 115 0 0.51 0.52 0.06 1.44 0.81 0.7
Hex F0 76 73 0 33 34 6 1 51 46
Octal 360 166 163 0 63 64 6 1 121 106
Binary 11110000 1110110 1110011 0 110011 110100 110 1 1010001 1000110

Color Harmonies of #F07673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07673

Black with #F07673

Text Example


Text Example

White with #F07673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07673; }

 p { color: rgb(240,118,115); }

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

background-color css

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

 a { background-color: rgb(240,118,115); }

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

border-color css

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

 span { border-color: rgb(240,118,115); }

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