Html Css Color HEX #F17774 Geraldine

📋 copy color: '#F17774'

red 241 ◦ green 119 ◦ blue 116

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

Shades of Geraldine #F17774

Tints of Geraldine #F17774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 50.63%
G = 25%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17774 (or 0xF17774) is known color: Geraldine. HEX triplet: F1, 77 and 74. RGB value is (241,119,116). Sum of RGB (Red+Green+Blue) = 241+119+116=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F17774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17774 is #0E888B. Grayscale: #9B9B9B. Windows color (decimal): -952460 or 7632881. OLE color: 7632881.

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

Color convert

RGB 241 119 116 -
CMYK 0 0.51 0.52 0.05
HSL 1.44º 0.82% 0.7% -
HSV(B) 1.44º 0.52% 0.95% -
XYZ 46.02 33.16 20.5 -
YUV 155.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 241 119 116 0 0.51 0.52 0.05 1.44 0.82 0.7
Hex F1 77 74 0 33 34 5 1 52 46
Octal 361 167 164 0 63 64 5 1 122 106
Binary 11110001 1110111 1110100 0 110011 110100 101 1 1010010 1000110

Color Harmonies of #F17774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17774

Black with #F17774

Text Example


Text Example

White with #F17774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17774; }

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

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

background-color css

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

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

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

border-color css

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

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

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