Html Css Color HEX #F16668 Froly

📋 copy color: '#F16668'

red 241 ◦ green 102 ◦ blue 104

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

Shades of Froly #F16668

Tints of Froly #F16668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 53.91%
G = 22.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F16668 (or 0xF16668) is known color: Froly. HEX triplet: F1, 66 and 68. RGB value is (241,102,104). Sum of RGB (Red+Green+Blue) = 241+102+104=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F16668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16668 is #0E9997. Grayscale: #8F8F8F. Windows color (decimal): -956824 or 6842097. OLE color: 6842097.

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

Color convert

RGB 241 102 104 -
CMYK 0 0.58 0.57 0.05
HSL 359.14º 0.83% 0.67% -
HSV(B) 359.14º 0.58% 0.95% -
XYZ 43.53 29.2 16.44 -
YUV 143.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 241 102 104 0 0.58 0.57 0.05 359.14 0.83 0.67
Hex F1 66 68 0 3A 39 5 167 53 43
Octal 361 146 150 0 72 71 5 547 123 103
Binary 11110001 1100110 1101000 0 111010 111001 101 101100111 1010011 1000011

Color Harmonies of #F16668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16668

Black with #F16668

Text Example


Text Example

White with #F16668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16668; }

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

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

background-color css

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

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

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

border-color css

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

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

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