Html Css Color HEX #F1706F Geraldine

📋 copy color: '#F1706F'

red 241 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #F1706F

Tints of Geraldine #F1706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 51.94%
G = 24.14%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1706F (or 0xF1706F) is known color: Geraldine. HEX triplet: F1, 70 and 6F. RGB value is (241,112,111). Sum of RGB (Red+Green+Blue) = 241+112+111=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1706F is #0E8F90. Grayscale: #969696. Windows color (decimal): -954257 or 7303409. OLE color: 7303409.

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

Color convert

RGB 241 112 111 -
CMYK 0 0.54 0.54 0.05
HSL 0.46º 0.82% 0.69% -
HSV(B) 0.46º 0.54% 0.95% -
XYZ 44.94 31.44 18.74 -
YUV 150.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 241 112 111 0 0.54 0.54 0.05 0.46 0.82 0.69
Hex F1 70 6F 0 36 36 5 0 52 45
Octal 361 160 157 0 66 66 5 0 122 105
Binary 11110001 1110000 1101111 0 110110 110110 101 0 1010010 1000101

Color Harmonies of #F1706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1706F

Black with #F1706F

Text Example


Text Example

White with #F1706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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