Html Css Color HEX #F17671 Geraldine

📋 copy color: '#F17671'

red 241 ◦ green 118 ◦ blue 113

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

Shades of Geraldine #F17671

Tints of Geraldine #F17671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 51.06%
G = 25%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17671 (or 0xF17671) is known color: Geraldine. HEX triplet: F1, 76 and 71. RGB value is (241,118,113). Sum of RGB (Red+Green+Blue) = 241+118+113=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F17671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17671 is #0E898E. Grayscale: #9A9A9A. Windows color (decimal): -952719 or 7436017. OLE color: 7436017.

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

Color convert

RGB 241 118 113 -
CMYK 0 0.51 0.53 0.05
HSL 2.34º 0.82% 0.69% -
HSV(B) 2.34º 0.53% 0.95% -
XYZ 45.73 32.85 19.55 -
YUV 154.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 241 118 113 0 0.51 0.53 0.05 2.34 0.82 0.69
Hex F1 76 71 0 33 35 5 2 52 45
Octal 361 166 161 0 63 65 5 2 122 105
Binary 11110001 1110110 1110001 0 110011 110101 101 10 1010010 1000101

Color Harmonies of #F17671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17671

Black with #F17671

Text Example


Text Example

White with #F17671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17671; }

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

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

background-color css

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

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

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

border-color css

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

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

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