Html Css Color HEX #F17773 Geraldine

📋 copy color: '#F17773'

red 241 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #F17773

Tints of Geraldine #F17773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

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

R = 50.74%
G = 25.05%
B = 24.21%

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

#F17773 (or 0xF17773) is known color: Geraldine. HEX triplet: F1, 77 and 73. RGB value is (241,119,115). Sum of RGB (Red+Green+Blue) = 241+119+115=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17773 is #0E888C. Grayscale: #9B9B9B. Windows color (decimal): -952461 or 7567345. OLE color: 7567345.

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

Color convert

RGB 241 119 115 -
CMYK 0 0.51 0.52 0.05
HSL 1.9º 0.82% 0.7% -
HSV(B) 1.9º 0.52% 0.95% -
XYZ 45.97 33.13 20.19 -
YUV 155.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 241 119 115 0 0.51 0.52 0.05 1.9 0.82 0.7
Hex F1 77 73 0 33 34 5 2 52 46
Octal 361 167 163 0 63 64 5 2 122 106
Binary 11110001 1110111 1110011 0 110011 110100 101 10 1010010 1000110

Color Harmonies of #F17773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17773

Black with #F17773

Text Example


Text Example

White with #F17773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17773; }

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

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

background-color css

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

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

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

border-color css

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

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

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