Html Css Color HEX #F16768 Froly

📋 copy color: '#F16768'

red 241 ◦ green 103 ◦ blue 104

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

Shades of Froly #F16768

Tints of Froly #F16768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.99%

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

R = 53.79%
G = 22.99%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F16768 (or 0xF16768) is known color: Froly. HEX triplet: F1, 67 and 68. RGB value is (241,103,104). Sum of RGB (Red+Green+Blue) = 241+103+104=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F16768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16768 is #0E9897. Grayscale: #909090. Windows color (decimal): -956568 or 6842353. OLE color: 6842353.

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

Color convert

RGB 241 103 104 -
CMYK 0 0.57 0.57 0.05
HSL 359.57º 0.83% 0.67% -
HSV(B) 359.57º 0.57% 0.95% -
XYZ 43.62 29.4 16.47 -
YUV 144.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 241 103 104 0 0.57 0.57 0.05 359.57 0.83 0.67
Hex F1 67 68 0 39 39 5 168 53 43
Octal 361 147 150 0 71 71 5 550 123 103
Binary 11110001 1100111 1101000 0 111001 111001 101 101101000 1010011 1000011

Color Harmonies of #F16768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16768

Black with #F16768

Text Example


Text Example

White with #F16768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16768; }

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

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

background-color css

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

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

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

border-color css

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

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

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