Html Css Color HEX #F1757F Froly

📋 copy color: '#F1757F'

red 241 ◦ green 117 ◦ blue 127

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

Shades of Froly #F1757F

Tints of Froly #F1757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 49.69%
G = 24.12%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1757F (or 0xF1757F) is known color: Froly. HEX triplet: F1, 75 and 7F. RGB value is (241,117,127). Sum of RGB (Red+Green+Blue) = 241+117+127=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1757F is #0E8A80. Grayscale: #9B9B9B. Windows color (decimal): -952961 or 8353265. OLE color: 8353265.

HSL color Cylindrical-coordinate representation of color #F1757F: hue angle of 355.16º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1757F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 127 -
CMYK 0 0.51 0.47 0.05
HSL 355.16º 0.82% 0.7% -
HSV(B) 355.16º 0.51% 0.95% -
XYZ 46.47 32.96 23.99 -
YUV 155.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 241 117 127 0 0.51 0.47 0.05 355.16 0.82 0.7
Hex F1 75 7F 0 33 2F 5 163 52 46
Octal 361 165 177 0 63 57 5 543 122 106
Binary 11110001 1110101 1111111 0 110011 101111 101 101100011 1010010 1000110

Color Harmonies of #F1757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1757F

Black with #F1757F

Text Example


Text Example

White with #F1757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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