Html Css Color HEX #F16D6C Geraldine

📋 copy color: '#F16D6C'

red 241 ◦ green 109 ◦ blue 108

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

Shades of Geraldine #F16D6C

Tints of Geraldine #F16D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 52.62%
G = 23.8%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F16D6C (or 0xF16D6C) is known color: Geraldine. HEX triplet: F1, 6D and 6C. RGB value is (241,109,108). Sum of RGB (Red+Green+Blue) = 241+109+108=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D6C is #0E9293. Grayscale: #949494. Windows color (decimal): -955028 or 7106033. OLE color: 7106033.

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

Color convert

RGB 241 109 108 -
CMYK 0 0.55 0.55 0.05
HSL 0.45º 0.83% 0.68% -
HSV(B) 0.45º 0.55% 0.95% -
XYZ 44.45 30.72 17.77 -
YUV 148.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 241 109 108 0 0.55 0.55 0.05 0.45 0.83 0.68
Hex F1 6D 6C 0 37 37 5 0 53 44
Octal 361 155 154 0 67 67 5 0 123 104
Binary 11110001 1101101 1101100 0 110111 110111 101 0 1010011 1000100

Color Harmonies of #F16D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D6C

Black with #F16D6C

Text Example


Text Example

White with #F16D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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