Html Css Color HEX #F16F7B Froly

📋 copy color: '#F16F7B'

red 241 ◦ green 111 ◦ blue 123

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

Shades of Froly #F16F7B

Tints of Froly #F16F7B

RGB

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

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

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

R = 50.74%
G = 23.37%
B = 25.89%

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

#F16F7B (or 0xF16F7B) is known color: Froly. HEX triplet: F1, 6F and 7B. RGB value is (241,111,123). Sum of RGB (Red+Green+Blue) = 241+111+123=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F7B is #0E9084. Grayscale: #979797. Windows color (decimal): -954501 or 8089585. OLE color: 8089585.

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

Color convert

RGB 241 111 123 -
CMYK 0 0.54 0.49 0.05
HSL 354.46º 0.82% 0.69% -
HSV(B) 354.46º 0.54% 0.95% -
XYZ 45.54 31.5 22.42 -
YUV 151.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 241 111 123 0 0.54 0.49 0.05 354.46 0.82 0.69
Hex F1 6F 7B 0 36 31 5 162 52 45
Octal 361 157 173 0 66 61 5 542 122 105
Binary 11110001 1101111 1111011 0 110110 110001 101 101100010 1010010 1000101

Color Harmonies of #F16F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F7B

Black with #F16F7B

Text Example


Text Example

White with #F16F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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