Html Css Color HEX #F17770 Geraldine

📋 copy color: '#F17770'

red 241 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #F17770

Tints of Geraldine #F17770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 51.06%
G = 25.21%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F17770 (or 0xF17770) is known color: Geraldine. HEX triplet: F1, 77 and 70. RGB value is (241,119,112). Sum of RGB (Red+Green+Blue) = 241+119+112=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F17770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17770 is #0E888F. Grayscale: #9A9A9A. Windows color (decimal): -952464 or 7370737. OLE color: 7370737.

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

Color convert

RGB 241 119 112 -
CMYK 0 0.51 0.54 0.05
HSL 3.26º 0.82% 0.69% -
HSV(B) 3.26º 0.54% 0.95% -
XYZ 45.8 33.06 19.3 -
YUV 154.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 241 119 112 0 0.51 0.54 0.05 3.26 0.82 0.69
Hex F1 77 70 0 33 36 5 3 52 45
Octal 361 167 160 0 63 66 5 3 122 105
Binary 11110001 1110111 1110000 0 110011 110110 101 11 1010010 1000101

Color Harmonies of #F17770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17770

Black with #F17770

Text Example


Text Example

White with #F17770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17770; }

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

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

background-color css

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

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

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

border-color css

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

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

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