Html Css Color HEX #F16B78 Froly

📋 copy color: '#F16B78'

red 241 ◦ green 107 ◦ blue 120

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

Shades of Froly #F16B78

Tints of Froly #F16B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 51.5%
G = 22.86%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F16B78 (or 0xF16B78) is known color: Froly. HEX triplet: F1, 6B and 78. RGB value is (241,107,120). Sum of RGB (Red+Green+Blue) = 241+107+120=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B78 is #0E9487. Grayscale: #949494. Windows color (decimal): -955528 or 7891953. OLE color: 7891953.

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

Color convert

RGB 241 107 120 -
CMYK 0 0.56 0.50 0.05
HSL 354.18º 0.83% 0.68% -
HSV(B) 354.18º 0.56% 0.95% -
XYZ 44.92 30.57 21.3 -
YUV 148.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 241 107 120 0 0.56 0.50 0.05 354.18 0.83 0.68
Hex F1 6B 78 0 38 32 5 162 53 44
Octal 361 153 170 0 70 62 5 542 123 104
Binary 11110001 1101011 1111000 0 111000 110010 101 101100010 1010011 1000100

Color Harmonies of #F16B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B78

Black with #F16B78

Text Example


Text Example

White with #F16B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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