Html Css Color HEX #F1716E Geraldine

📋 copy color: '#F1716E'

red 241 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #F1716E

Tints of Geraldine #F1716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 51.94%
G = 24.35%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1716E (or 0xF1716E) is known color: Geraldine. HEX triplet: F1, 71 and 6E. RGB value is (241,113,110). Sum of RGB (Red+Green+Blue) = 241+113+110=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1716E is #0E8E91. Grayscale: #979797. Windows color (decimal): -954002 or 7238129. OLE color: 7238129.

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

Color convert

RGB 241 113 110 -
CMYK 0 0.53 0.54 0.05
HSL 1.37º 0.82% 0.69% -
HSV(B) 1.37º 0.54% 0.95% -
XYZ 45 31.64 18.49 -
YUV 150.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 241 113 110 0 0.53 0.54 0.05 1.37 0.82 0.69
Hex F1 71 6E 0 35 36 5 1 52 45
Octal 361 161 156 0 65 66 5 1 122 105
Binary 11110001 1110001 1101110 0 110101 110110 101 1 1010010 1000101

Color Harmonies of #F1716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1716E

Black with #F1716E

Text Example


Text Example

White with #F1716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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