Html Css Color HEX #F16C78 Froly

📋 copy color: '#F16C78'

red 241 ◦ green 108 ◦ blue 120

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

Shades of Froly #F16C78

Tints of Froly #F16C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

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

R = 51.39%
G = 23.03%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F16C78 (or 0xF16C78) is known color: Froly. HEX triplet: F1, 6C and 78. RGB value is (241,108,120). Sum of RGB (Red+Green+Blue) = 241+108+120=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C78 is #0E9387. Grayscale: #959595. Windows color (decimal): -955272 or 7892209. OLE color: 7892209.

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

Color convert

RGB 241 108 120 -
CMYK 0 0.55 0.50 0.05
HSL 354.59º 0.83% 0.68% -
HSV(B) 354.59º 0.55% 0.95% -
XYZ 45.03 30.78 21.34 -
YUV 149.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 241 108 120 0 0.55 0.50 0.05 354.59 0.83 0.68
Hex F1 6C 78 0 37 32 5 163 53 44
Octal 361 154 170 0 67 62 5 543 123 104
Binary 11110001 1101100 1111000 0 110111 110010 101 101100011 1010011 1000100

Color Harmonies of #F16C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C78

Black with #F16C78

Text Example


Text Example

White with #F16C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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