Html Css Color HEX #F1716D Geraldine

📋 copy color: '#F1716D'

red 241 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #F1716D

Tints of Geraldine #F1716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 52.05%
G = 24.41%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1716D (or 0xF1716D) is known color: Geraldine. HEX triplet: F1, 71 and 6D. RGB value is (241,113,109). Sum of RGB (Red+Green+Blue) = 241+113+109=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1716D is #0E8E92. Grayscale: #969696. Windows color (decimal): -954003 or 7172593. OLE color: 7172593.

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

Color convert

RGB 241 113 109 -
CMYK 0 0.53 0.55 0.05
HSL 1.82º 0.83% 0.69% -
HSV(B) 1.82º 0.55% 0.95% -
XYZ 44.94 31.62 18.2 -
YUV 150.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 241 113 109 0 0.53 0.55 0.05 1.82 0.83 0.69
Hex F1 71 6D 0 35 37 5 2 52 45
Octal 361 161 155 0 65 67 5 2 122 105
Binary 11110001 1110001 1101101 0 110101 110111 101 10 1010010 1000101

Color Harmonies of #F1716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1716D

Black with #F1716D

Text Example


Text Example

White with #F1716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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