Html Css Color HEX #F17573 Geraldine

📋 copy color: '#F17573'

red 241 ◦ green 117 ◦ blue 115

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

Shades of Geraldine #F17573

Tints of Geraldine #F17573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 50.95%
G = 24.74%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17573 (or 0xF17573) is known color: Geraldine. HEX triplet: F1, 75 and 73. RGB value is (241,117,115). Sum of RGB (Red+Green+Blue) = 241+117+115=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17573 is #0E8A8C. Grayscale: #999999. Windows color (decimal): -952973 or 7566833. OLE color: 7566833.

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

Color convert

RGB 241 117 115 -
CMYK 0 0.51 0.52 0.05
HSL 0.95º 0.82% 0.7% -
HSV(B) 0.95º 0.52% 0.95% -
XYZ 45.73 32.66 20.11 -
YUV 153.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 241 117 115 0 0.51 0.52 0.05 0.95 0.82 0.7
Hex F1 75 73 0 33 34 5 1 52 46
Octal 361 165 163 0 63 64 5 1 122 106
Binary 11110001 1110101 1110011 0 110011 110100 101 1 1010010 1000110

Color Harmonies of #F17573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17573

Black with #F17573

Text Example


Text Example

White with #F17573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17573; }

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

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

background-color css

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

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

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

border-color css

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

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

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