Html Css Color HEX #F17772 Geraldine

📋 copy color: '#F17772'

red 241 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #F17772

Tints of Geraldine #F17772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.05%

R = 50.84%
G = 25.11%
B = 24.05%

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

#F17772 (or 0xF17772) is known color: Geraldine. HEX triplet: F1, 77 and 72. RGB value is (241,119,114). Sum of RGB (Red+Green+Blue) = 241+119+114=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F17772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17772 is #0E888D. Grayscale: #9B9B9B. Windows color (decimal): -952462 or 7501809. OLE color: 7501809.

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

Color convert

RGB 241 119 114 -
CMYK 0 0.51 0.53 0.05
HSL 2.36º 0.82% 0.7% -
HSV(B) 2.36º 0.53% 0.95% -
XYZ 45.91 33.11 19.89 -
YUV 154.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 241 119 114 0 0.51 0.53 0.05 2.36 0.82 0.7
Hex F1 77 72 0 33 35 5 2 52 46
Octal 361 167 162 0 63 65 5 2 122 106
Binary 11110001 1110111 1110010 0 110011 110101 101 10 1010010 1000110

Color Harmonies of #F17772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17772

Black with #F17772

Text Example


Text Example

White with #F17772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17772; }

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

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

background-color css

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

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

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

border-color css

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

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

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