Html Css Color HEX #F16675 Froly

📋 copy color: '#F16675'

red 241 ◦ green 102 ◦ blue 117

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

Shades of Froly #F16675

Tints of Froly #F16675

RGB

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

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

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

R = 52.39%
G = 22.17%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16675 (or 0xF16675) is known color: Froly. HEX triplet: F1, 66 and 75. RGB value is (241,102,117). Sum of RGB (Red+Green+Blue) = 241+102+117=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F16675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16675 is #0E998A. Grayscale: #919191. Windows color (decimal): -956811 or 7694065. OLE color: 7694065.

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

Color convert

RGB 241 102 117 -
CMYK 0 0.58 0.51 0.05
HSL 353.53º 0.83% 0.67% -
HSV(B) 353.53º 0.58% 0.95% -
XYZ 44.24 29.49 20.19 -
YUV 145.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 241 102 117 0 0.58 0.51 0.05 353.53 0.83 0.67
Hex F1 66 75 0 3A 33 5 162 53 43
Octal 361 146 165 0 72 63 5 542 123 103
Binary 11110001 1100110 1110101 0 111010 110011 101 101100010 1010011 1000011

Color Harmonies of #F16675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16675

Black with #F16675

Text Example


Text Example

White with #F16675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16675; }

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

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

background-color css

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

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

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

border-color css

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

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

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