Html Css Color HEX #F17874 Geraldine

📋 copy color: '#F17874'

red 241 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #F17874

Tints of Geraldine #F17874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 50.52%
G = 25.16%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17874 (or 0xF17874) is known color: Geraldine. HEX triplet: F1, 78 and 74. RGB value is (241,120,116). Sum of RGB (Red+Green+Blue) = 241+120+116=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17874 is #0E878B. Grayscale: #9B9B9B. Windows color (decimal): -952204 or 7633137. OLE color: 7633137.

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

Color convert

RGB 241 120 116 -
CMYK 0 0.50 0.52 0.05
HSL 1.92º 0.82% 0.7% -
HSV(B) 1.92º 0.52% 0.95% -
XYZ 46.14 33.39 20.54 -
YUV 155.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 241 120 116 0 0.50 0.52 0.05 1.92 0.82 0.7
Hex F1 78 74 0 32 34 5 2 52 46
Octal 361 170 164 0 62 64 5 2 122 106
Binary 11110001 1111000 1110100 0 110010 110100 101 10 1010010 1000110

Color Harmonies of #F17874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17874

Black with #F17874

Text Example


Text Example

White with #F17874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17874; }

 p { color: rgb(241,120,116); }

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

background-color css

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

 a { background-color: rgb(241,120,116); }

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

border-color css

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

 span { border-color: rgb(241,120,116); }

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