Html Css Color HEX #F1666B Froly

📋 copy color: '#F1666B'

red 241 ◦ green 102 ◦ blue 107

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

Shades of Froly #F1666B

Tints of Froly #F1666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 53.56%
G = 22.67%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1666B (or 0xF1666B) is known color: Froly. HEX triplet: F1, 66 and 6B. RGB value is (241,102,107). Sum of RGB (Red+Green+Blue) = 241+102+107=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1666B is #0E9994. Grayscale: #909090. Windows color (decimal): -956821 or 7038705. OLE color: 7038705.

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

Color convert

RGB 241 102 107 -
CMYK 0 0.58 0.56 0.05
HSL 357.84º 0.83% 0.67% -
HSV(B) 357.84º 0.58% 0.95% -
XYZ 43.68 29.27 17.26 -
YUV 144.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 241 102 107 0 0.58 0.56 0.05 357.84 0.83 0.67
Hex F1 66 6B 0 3A 38 5 166 53 43
Octal 361 146 153 0 72 70 5 546 123 103
Binary 11110001 1100110 1101011 0 111010 111000 101 101100110 1010011 1000011

Color Harmonies of #F1666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1666B

Black with #F1666B

Text Example


Text Example

White with #F1666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1666B; }

 p { color: rgb(241,102,107); }

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

background-color css

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

 a { background-color: rgb(241,102,107); }

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

border-color css

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

 span { border-color: rgb(241,102,107); }

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