Html Css Color HEX #F16672 Froly

📋 copy color: '#F16672'

red 241 ◦ green 102 ◦ blue 114

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

Shades of Froly #F16672

Tints of Froly #F16672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 52.74%
G = 22.32%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16672 (or 0xF16672) is known color: Froly. HEX triplet: F1, 66 and 72. RGB value is (241,102,114). Sum of RGB (Red+Green+Blue) = 241+102+114=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16672 is #0E998D. Grayscale: #919191. Windows color (decimal): -956814 or 7497457. OLE color: 7497457.

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

Color convert

RGB 241 102 114 -
CMYK 0 0.58 0.53 0.05
HSL 354.82º 0.83% 0.67% -
HSV(B) 354.82º 0.58% 0.95% -
XYZ 44.06 29.42 19.28 -
YUV 144.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 241 102 114 0 0.58 0.53 0.05 354.82 0.83 0.67
Hex F1 66 72 0 3A 35 5 163 53 43
Octal 361 146 162 0 72 65 5 543 123 103
Binary 11110001 1100110 1110010 0 111010 110101 101 101100011 1010011 1000011

Color Harmonies of #F16672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16672

Black with #F16672

Text Example


Text Example

White with #F16672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16672; }

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

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

background-color css

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

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

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

border-color css

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

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

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