Html Css Color HEX #F16E7B Froly

📋 copy color: '#F16E7B'

red 241 ◦ green 110 ◦ blue 123

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

Shades of Froly #F16E7B

Tints of Froly #F16E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 50.84%
G = 23.21%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F16E7B (or 0xF16E7B) is known color: Froly. HEX triplet: F1, 6E and 7B. RGB value is (241,110,123). Sum of RGB (Red+Green+Blue) = 241+110+123=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E7B is #0E9184. Grayscale: #969696. Windows color (decimal): -954757 or 8089329. OLE color: 8089329.

HSL color Cylindrical-coordinate representation of color #F16E7B: hue angle of 354.05º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E7B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 123 -
CMYK 0 0.54 0.49 0.05
HSL 354.05º 0.82% 0.69% -
HSV(B) 354.05º 0.54% 0.95% -
XYZ 45.43 31.28 22.38 -
YUV 150.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 241 110 123 0 0.54 0.49 0.05 354.05 0.82 0.69
Hex F1 6E 7B 0 36 31 5 162 52 45
Octal 361 156 173 0 66 61 5 542 122 105
Binary 11110001 1101110 1111011 0 110110 110001 101 101100010 1010010 1000101

Color Harmonies of #F16E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E7B

Black with #F16E7B

Text Example


Text Example

White with #F16E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E7B; }

 p { color: rgb(241,110,123); }

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

background-color css

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

 a { background-color: rgb(241,110,123); }

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

border-color css

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

 span { border-color: rgb(241,110,123); }

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