Html Css Color HEX #F1706C Geraldine

📋 copy color: '#F1706C'

red 241 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #F1706C

Tints of Geraldine #F1706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 52.28%
G = 24.3%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1706C (or 0xF1706C) is known color: Geraldine. HEX triplet: F1, 70 and 6C. RGB value is (241,112,108). Sum of RGB (Red+Green+Blue) = 241+112+108=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1706C is #0E8F93. Grayscale: #969696. Windows color (decimal): -954260 or 7106801. OLE color: 7106801.

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

Color convert

RGB 241 112 108 -
CMYK 0 0.54 0.55 0.05
HSL 1.8º 0.83% 0.68% -
HSV(B) 1.8º 0.55% 0.95% -
XYZ 44.78 31.37 17.88 -
YUV 150.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 241 112 108 0 0.54 0.55 0.05 1.8 0.83 0.68
Hex F1 70 6C 0 36 37 5 2 53 44
Octal 361 160 154 0 66 67 5 2 123 104
Binary 11110001 1110000 1101100 0 110110 110111 101 10 1010011 1000100

Color Harmonies of #F1706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1706C

Black with #F1706C

Text Example


Text Example

White with #F1706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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