Html Css Color HEX #F17676 Geraldine

📋 copy color: '#F17676'

red 241 ◦ green 118 ◦ blue 118

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

Shades of Geraldine #F17676

Tints of Geraldine #F17676

RGB

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

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

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

R = 50.52%
G = 24.74%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17676 (or 0xF17676) is known color: Geraldine. HEX triplet: F1, 76 and 76. RGB value is (241,118,118). Sum of RGB (Red+Green+Blue) = 241+118+118=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17676 is #0E8989. Grayscale: #9A9A9A. Windows color (decimal): -952714 or 7763697. OLE color: 7763697.

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

Color convert

RGB 241 118 118 -
CMYK 0 0.51 0.51 0.05
HSL 0.81% 0.7% -
HSV(B) 0.51% 0.95% -
XYZ 46.02 32.97 21.08 -
YUV 154.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 241 118 118 0 0.51 0.51 0.05 0 0.81 0.7
Hex F1 76 76 0 33 33 5 0 51 46
Octal 361 166 166 0 63 63 5 0 121 106
Binary 11110001 1110110 1110110 0 110011 110011 101 0 1010001 1000110

Color Harmonies of #F17676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17676

Black with #F17676

Text Example


Text Example

White with #F17676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17676; }

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

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

background-color css

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

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

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

border-color css

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

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

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