Html Css Color HEX #F1707C Froly

📋 copy color: '#F1707C'

red 241 ◦ green 112 ◦ blue 124

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

Shades of Froly #F1707C

Tints of Froly #F1707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 50.52%
G = 23.48%
B = 26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1707C (or 0xF1707C) is known color: Froly. HEX triplet: F1, 70 and 7C. RGB value is (241,112,124). Sum of RGB (Red+Green+Blue) = 241+112+124=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707C is #0E8F83. Grayscale: #989898. Windows color (decimal): -954244 or 8155377. OLE color: 8155377.

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

Color convert

RGB 241 112 124 -
CMYK 0 0.54 0.49 0.05
HSL 354.42º 0.82% 0.69% -
HSV(B) 354.42º 0.54% 0.95% -
XYZ 45.71 31.74 22.79 -
YUV 151.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 241 112 124 0 0.54 0.49 0.05 354.42 0.82 0.69
Hex F1 70 7C 0 36 31 5 162 52 45
Octal 361 160 174 0 66 61 5 542 122 105
Binary 11110001 1110000 1111100 0 110110 110001 101 101100010 1010010 1000101

Color Harmonies of #F1707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1707C

Black with #F1707C

Text Example


Text Example

White with #F1707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1707C; }

 p { color: rgb(241,112,124); }

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

background-color css

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

 a { background-color: rgb(241,112,124); }

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

border-color css

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

 span { border-color: rgb(241,112,124); }

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