Html Css Color HEX #F17469 Geraldine

📋 copy color: '#F17469'

red 241 ◦ green 116 ◦ blue 105

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

Shades of Geraldine #F17469

Tints of Geraldine #F17469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 52.16%
G = 25.11%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F17469 (or 0xF17469) is known color: Geraldine. HEX triplet: F1, 74 and 69. RGB value is (241,116,105). Sum of RGB (Red+Green+Blue) = 241+116+105=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F17469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17469 is #0E8B96. Grayscale: #989898. Windows color (decimal): -953239 or 6911217. OLE color: 6911217.

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

Color convert

RGB 241 116 105 -
CMYK 0 0.52 0.56 0.05
HSL 4.85º 0.83% 0.68% -
HSV(B) 4.85º 0.56% 0.95% -
XYZ 45.07 32.21 17.21 -
YUV 152.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 241 116 105 0 0.52 0.56 0.05 4.85 0.83 0.68
Hex F1 74 69 0 34 38 5 5 53 44
Octal 361 164 151 0 64 70 5 5 123 104
Binary 11110001 1110100 1101001 0 110100 111000 101 101 1010011 1000100

Color Harmonies of #F17469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17469

Black with #F17469

Text Example


Text Example

White with #F17469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17469; }

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

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

background-color css

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

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

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

border-color css

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

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

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