Html Css Color HEX #F16D6D Geraldine

📋 copy color: '#F16D6D'

red 241 ◦ green 109 ◦ blue 109

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

Shades of Geraldine #F16D6D

Tints of Geraldine #F16D6D

RGB

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

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

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

R = 52.51%
G = 23.75%
B = 23.75%

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

#F16D6D (or 0xF16D6D) is known color: Geraldine. HEX triplet: F1, 6D and 6D. RGB value is (241,109,109). Sum of RGB (Red+Green+Blue) = 241+109+109=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D6D is #0E9292. Grayscale: #949494. Windows color (decimal): -955027 or 7171569. OLE color: 7171569.

HSL color Cylindrical-coordinate representation of color #F16D6D: hue angle of 0º 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 #F16D6D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 109 -
CMYK 0 0.55 0.55 0.05
HSL 0.83% 0.69% -
HSV(B) 0.55% 0.95% -
XYZ 44.5 30.74 18.06 -
YUV 148.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 241 109 109 0 0.55 0.55 0.05 0 0.83 0.69
Hex F1 6D 6D 0 37 37 5 0 52 45
Octal 361 155 155 0 67 67 5 0 122 105
Binary 11110001 1101101 1101101 0 110111 110111 101 0 1010010 1000101

Color Harmonies of #F16D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D6D

Black with #F16D6D

Text Example


Text Example

White with #F16D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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