Html Css Color HEX #F17771 Geraldine

📋 copy color: '#F17771'

red 241 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #F17771

Tints of Geraldine #F17771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

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

R = 50.95%
G = 25.16%
B = 23.89%

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

#F17771 (or 0xF17771) is known color: Geraldine. HEX triplet: F1, 77 and 71. RGB value is (241,119,113). Sum of RGB (Red+Green+Blue) = 241+119+113=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17771 is #0E888E. Grayscale: #9A9A9A. Windows color (decimal): -952463 or 7436273. OLE color: 7436273.

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

Color convert

RGB 241 119 113 -
CMYK 0 0.51 0.53 0.05
HSL 2.81º 0.82% 0.69% -
HSV(B) 2.81º 0.53% 0.95% -
XYZ 45.85 33.09 19.59 -
YUV 154.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 241 119 113 0 0.51 0.53 0.05 2.81 0.82 0.69
Hex F1 77 71 0 33 35 5 3 52 45
Octal 361 167 161 0 63 65 5 3 122 105
Binary 11110001 1110111 1110001 0 110011 110101 101 11 1010010 1000101

Color Harmonies of #F17771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17771

Black with #F17771

Text Example


Text Example

White with #F17771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17771; }

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

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

background-color css

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

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

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

border-color css

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

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

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