Html Css Color HEX #F17571 Geraldine

📋 copy color: '#F17571'

red 241 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #F17571

Tints of Geraldine #F17571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 51.17%
G = 24.84%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17571 (or 0xF17571) is known color: Geraldine. HEX triplet: F1, 75 and 71. RGB value is (241,117,113). Sum of RGB (Red+Green+Blue) = 241+117+113=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17571 is #0E8A8E. Grayscale: #999999. Windows color (decimal): -952975 or 7435761. OLE color: 7435761.

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

Color convert

RGB 241 117 113 -
CMYK 0 0.51 0.53 0.05
HSL 1.88º 0.82% 0.69% -
HSV(B) 1.88º 0.53% 0.95% -
XYZ 45.62 32.62 19.51 -
YUV 153.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 241 117 113 0 0.51 0.53 0.05 1.88 0.82 0.69
Hex F1 75 71 0 33 35 5 2 52 45
Octal 361 165 161 0 63 65 5 2 122 105
Binary 11110001 1110101 1110001 0 110011 110101 101 10 1010010 1000101

Color Harmonies of #F17571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17571

Black with #F17571

Text Example


Text Example

White with #F17571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17571; }

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

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

background-color css

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

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

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

border-color css

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

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

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