Html Css Color HEX #F16F7D Froly

📋 copy color: '#F16F7D'

red 241 ◦ green 111 ◦ blue 125

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

Shades of Froly #F16F7D

Tints of Froly #F16F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

 BLUE value IS 125 (49.22% from 255) = 26.21%

R = 50.52%
G = 23.27%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F16F7D (or 0xF16F7D) is known color: Froly. HEX triplet: F1, 6F and 7D. RGB value is (241,111,125). Sum of RGB (Red+Green+Blue) = 241+111+125=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F7D is #0E9082. Grayscale: #979797. Windows color (decimal): -954499 or 8220657. OLE color: 8220657.

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

Color convert

RGB 241 111 125 -
CMYK 0 0.54 0.48 0.05
HSL 353.54º 0.82% 0.69% -
HSV(B) 353.54º 0.54% 0.95% -
XYZ 45.66 31.55 23.09 -
YUV 151.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 241 111 125 0 0.54 0.48 0.05 353.54 0.82 0.69
Hex F1 6F 7D 0 36 30 5 162 52 45
Octal 361 157 175 0 66 60 5 542 122 105
Binary 11110001 1101111 1111101 0 110110 110000 101 101100010 1010010 1000101

Color Harmonies of #F16F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F7D

Black with #F16F7D

Text Example


Text Example

White with #F16F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F7D; }

 p { color: rgb(241,111,125); }

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

background-color css

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

 a { background-color: rgb(241,111,125); }

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

border-color css

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

 span { border-color: rgb(241,111,125); }

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