Html Css Color HEX #F1727F Froly

📋 copy color: '#F1727F'

red 241 ◦ green 114 ◦ blue 127

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

Shades of Froly #F1727F

Tints of Froly #F1727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 50%
G = 23.65%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1727F (or 0xF1727F) is known color: Froly. HEX triplet: F1, 72 and 7F. RGB value is (241,114,127). Sum of RGB (Red+Green+Blue) = 241+114+127=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1727F is #0E8D80. Grayscale: #999999. Windows color (decimal): -953729 or 8352497. OLE color: 8352497.

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

Color convert

RGB 241 114 127 -
CMYK 0 0.53 0.47 0.05
HSL 353.86º 0.82% 0.7% -
HSV(B) 353.86º 0.53% 0.95% -
XYZ 46.12 32.27 23.88 -
YUV 153.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 241 114 127 0 0.53 0.47 0.05 353.86 0.82 0.7
Hex F1 72 7F 0 35 2F 5 162 52 46
Octal 361 162 177 0 65 57 5 542 122 106
Binary 11110001 1110010 1111111 0 110101 101111 101 101100010 1010010 1000110

Color Harmonies of #F1727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1727F

Black with #F1727F

Text Example


Text Example

White with #F1727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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