Html Css Color HEX #F17E76 Geraldine

📋 copy color: '#F17E76'

red 241 ◦ green 126 ◦ blue 118

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

Shades of Geraldine #F17E76

Tints of Geraldine #F17E76

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

 GREEN value IS 126 (49.61% from 255) = 25.98%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 49.69%
G = 25.98%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17E76 (or 0xF17E76) is known color: Geraldine. HEX triplet: F1, 7E and 76. RGB value is (241,126,118). Sum of RGB (Red+Green+Blue) = 241+126+118=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E76 is #0E8189. Grayscale: #9F9F9F. Windows color (decimal): -950666 or 7765745. OLE color: 7765745.

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

Color convert

RGB 241 126 118 -
CMYK 0 0.48 0.51 0.05
HSL 3.9º 0.81% 0.7% -
HSV(B) 3.9º 0.51% 0.95% -
XYZ 47.01 34.93 21.4 -
YUV 159.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 241 126 118 0 0.48 0.51 0.05 3.9 0.81 0.7
Hex F1 7E 76 0 30 33 5 4 51 46
Octal 361 176 166 0 60 63 5 4 121 106
Binary 11110001 1111110 1110110 0 110000 110011 101 100 1010001 1000110

Color Harmonies of #F17E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E76

Black with #F17E76

Text Example


Text Example

White with #F17E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E76; }

 p { color: rgb(241,126,118); }

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

background-color css

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

 a { background-color: rgb(241,126,118); }

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

border-color css

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

 span { border-color: rgb(241,126,118); }

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