Html Css Color HEX #F17B75 Geraldine

📋 copy color: '#F17B75'

red 241 ◦ green 123 ◦ blue 117

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

Shades of Geraldine #F17B75

Tints of Geraldine #F17B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 50.1%
G = 25.57%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17B75 (or 0xF17B75) is known color: Geraldine. HEX triplet: F1, 7B and 75. RGB value is (241,123,117). Sum of RGB (Red+Green+Blue) = 241+123+117=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B75 is #0E848A. Grayscale: #9D9D9D. Windows color (decimal): -951435 or 7699441. OLE color: 7699441.

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

Color convert

RGB 241 123 117 -
CMYK 0 0.49 0.51 0.05
HSL 2.9º 0.82% 0.7% -
HSV(B) 2.9º 0.51% 0.95% -
XYZ 46.57 34.15 20.97 -
YUV 157.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 241 123 117 0 0.49 0.51 0.05 2.9 0.82 0.7
Hex F1 7B 75 0 31 33 5 3 52 46
Octal 361 173 165 0 61 63 5 3 122 106
Binary 11110001 1111011 1110101 0 110001 110011 101 11 1010010 1000110

Color Harmonies of #F17B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17B75

Black with #F17B75

Text Example


Text Example

White with #F17B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17B75; }

 p { color: rgb(241,123,117); }

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

background-color css

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

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

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

border-color css

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

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

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