Html Css Color HEX #F17971 Geraldine

📋 copy color: '#F17971'

red 241 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #F17971

Tints of Geraldine #F17971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

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

R = 50.74%
G = 25.47%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17971 (or 0xF17971) is known color: Geraldine. HEX triplet: F1, 79 and 71. RGB value is (241,121,113). Sum of RGB (Red+Green+Blue) = 241+121+113=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17971 is #0E868E. Grayscale: #9C9C9C. Windows color (decimal): -951951 or 7436785. OLE color: 7436785.

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

Color convert

RGB 241 121 113 -
CMYK 0 0.50 0.53 0.05
HSL 3.75º 0.82% 0.69% -
HSV(B) 3.75º 0.53% 0.95% -
XYZ 46.09 33.57 19.67 -
YUV 155.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 241 121 113 0 0.50 0.53 0.05 3.75 0.82 0.69
Hex F1 79 71 0 32 35 5 4 52 45
Octal 361 171 161 0 62 65 5 4 122 105
Binary 11110001 1111001 1110001 0 110010 110101 101 100 1010010 1000101

Color Harmonies of #F17971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17971

Black with #F17971

Text Example


Text Example

White with #F17971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17971; }

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

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

background-color css

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

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

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

border-color css

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

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

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