Html Css Color HEX #F17B74 Geraldine

📋 copy color: '#F17B74'

red 241 ◦ green 123 ◦ blue 116

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

Shades of Geraldine #F17B74

Tints of Geraldine #F17B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

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

R = 50.21%
G = 25.63%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17B74 (or 0xF17B74) is known color: Geraldine. HEX triplet: F1, 7B and 74. RGB value is (241,123,116). Sum of RGB (Red+Green+Blue) = 241+123+116=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B74 is #0E848B. Grayscale: #9D9D9D. Windows color (decimal): -951436 or 7633905. OLE color: 7633905.

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

Color convert

RGB 241 123 116 -
CMYK 0 0.49 0.52 0.05
HSL 3.36º 0.82% 0.7% -
HSV(B) 3.36º 0.52% 0.95% -
XYZ 46.51 34.13 20.66 -
YUV 157.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 241 123 116 0 0.49 0.52 0.05 3.36 0.82 0.7
Hex F1 7B 74 0 31 34 5 3 52 46
Octal 361 173 164 0 61 64 5 3 122 106
Binary 11110001 1111011 1110100 0 110001 110100 101 11 1010010 1000110

Color Harmonies of #F17B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17B74

Black with #F17B74

Text Example


Text Example

White with #F17B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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