Html Css Color HEX #F1736A Geraldine

📋 copy color: '#F1736A'

red 241 ◦ green 115 ◦ blue 106

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

Shades of Geraldine #F1736A

Tints of Geraldine #F1736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 52.16%
G = 24.89%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1736A (or 0xF1736A) is known color: Geraldine. HEX triplet: F1, 73 and 6A. RGB value is (241,115,106). Sum of RGB (Red+Green+Blue) = 241+115+106=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1736A is #0E8C95. Grayscale: #979797. Windows color (decimal): -953494 or 6976497. OLE color: 6976497.

HSL color Cylindrical-coordinate representation of color #F1736A: hue angle of 4º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1736A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 115 106 -
CMYK 0 0.52 0.56 0.05
HSL 0.83% 0.68% -
HSV(B) 0.56% 0.95% -
XYZ 45.01 32 17.44 -
YUV 151.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 241 115 106 0 0.52 0.56 0.05 4 0.83 0.68
Hex F1 73 6A 0 34 38 5 4 53 44
Octal 361 163 152 0 64 70 5 4 123 104
Binary 11110001 1110011 1101010 0 110100 111000 101 100 1010011 1000100

Color Harmonies of #F1736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1736A

Black with #F1736A

Text Example


Text Example

White with #F1736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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