Html Css Color HEX #F16875 Froly

📋 copy color: '#F16875'

red 241 ◦ green 104 ◦ blue 117

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

Shades of Froly #F16875

Tints of Froly #F16875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 52.16%
G = 22.51%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16875 (or 0xF16875) is known color: Froly. HEX triplet: F1, 68 and 75. RGB value is (241,104,117). Sum of RGB (Red+Green+Blue) = 241+104+117=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F16875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16875 is #0E978A. Grayscale: #929292. Windows color (decimal): -956299 or 7694577. OLE color: 7694577.

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

Color convert

RGB 241 104 117 -
CMYK 0 0.57 0.51 0.05
HSL 354.31º 0.83% 0.68% -
HSV(B) 354.31º 0.57% 0.95% -
XYZ 44.44 29.89 20.26 -
YUV 146.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 241 104 117 0 0.57 0.51 0.05 354.31 0.83 0.68
Hex F1 68 75 0 39 33 5 162 53 44
Octal 361 150 165 0 71 63 5 542 123 104
Binary 11110001 1101000 1110101 0 111001 110011 101 101100010 1010011 1000100

Color Harmonies of #F16875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16875

Black with #F16875

Text Example


Text Example

White with #F16875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16875; }

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

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

background-color css

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

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

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

border-color css

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

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

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