Html Css Color HEX #F1747F Froly

📋 copy color: '#F1747F'

red 241 ◦ green 116 ◦ blue 127

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

Shades of Froly #F1747F

Tints of Froly #F1747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 127 (50% from 255) = 26.24%

R = 49.79%
G = 23.97%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1747F (or 0xF1747F) is known color: Froly. HEX triplet: F1, 74 and 7F. RGB value is (241,116,127). Sum of RGB (Red+Green+Blue) = 241+116+127=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1747F is #0E8B80. Grayscale: #9A9A9A. Windows color (decimal): -953217 or 8353009. OLE color: 8353009.

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

Color convert

RGB 241 116 127 -
CMYK 0 0.52 0.47 0.05
HSL 354.72º 0.82% 0.7% -
HSV(B) 354.72º 0.52% 0.95% -
XYZ 46.35 32.72 23.95 -
YUV 154.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 241 116 127 0 0.52 0.47 0.05 354.72 0.82 0.7
Hex F1 74 7F 0 34 2F 5 163 52 46
Octal 361 164 177 0 64 57 5 543 122 106
Binary 11110001 1110100 1111111 0 110100 101111 101 101100011 1010010 1000110

Color Harmonies of #F1747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1747F

Black with #F1747F

Text Example


Text Example

White with #F1747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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