Html Css Color HEX #F1776D Geraldine

📋 copy color: '#F1776D'

red 241 ◦ green 119 ◦ blue 109

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

Shades of Geraldine #F1776D

Tints of Geraldine #F1776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 51.39%
G = 25.37%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1776D (or 0xF1776D) is known color: Geraldine. HEX triplet: F1, 77 and 6D. RGB value is (241,119,109). Sum of RGB (Red+Green+Blue) = 241+119+109=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1776D is #0E8892. Grayscale: #9A9A9A. Windows color (decimal): -952467 or 7174129. OLE color: 7174129.

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

Color convert

RGB 241 119 109 -
CMYK 0 0.51 0.55 0.05
HSL 4.55º 0.83% 0.69% -
HSV(B) 4.55º 0.55% 0.95% -
XYZ 45.63 33 18.43 -
YUV 154.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 241 119 109 0 0.51 0.55 0.05 4.55 0.83 0.69
Hex F1 77 6D 0 33 37 5 5 52 45
Octal 361 167 155 0 63 67 5 5 122 105
Binary 11110001 1110111 1101101 0 110011 110111 101 101 1010010 1000101

Color Harmonies of #F1776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1776D

Black with #F1776D

Text Example


Text Example

White with #F1776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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