Html Css Color HEX #F16670 Froly

📋 copy color: '#F16670'

red 241 ◦ green 102 ◦ blue 112

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

Shades of Froly #F16670

Tints of Froly #F16670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 52.97%
G = 22.42%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16670 (or 0xF16670) is known color: Froly. HEX triplet: F1, 66 and 70. RGB value is (241,102,112). Sum of RGB (Red+Green+Blue) = 241+102+112=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F16670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16670 is #0E998F. Grayscale: #909090. Windows color (decimal): -956816 or 7366385. OLE color: 7366385.

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

Color convert

RGB 241 102 112 -
CMYK 0 0.58 0.54 0.05
HSL 355.68º 0.83% 0.67% -
HSV(B) 355.68º 0.58% 0.95% -
XYZ 43.95 29.37 18.68 -
YUV 144.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 241 102 112 0 0.58 0.54 0.05 355.68 0.83 0.67
Hex F1 66 70 0 3A 36 5 164 53 43
Octal 361 146 160 0 72 66 5 544 123 103
Binary 11110001 1100110 1110000 0 111010 110110 101 101100100 1010011 1000011

Color Harmonies of #F16670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16670

Black with #F16670

Text Example


Text Example

White with #F16670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16670; }

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

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

background-color css

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

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

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

border-color css

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

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

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