Html Css Color HEX #F16B7B Froly

📋 copy color: '#F16B7B'

red 241 ◦ green 107 ◦ blue 123

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

Shades of Froly #F16B7B

Tints of Froly #F16B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 51.17%
G = 22.72%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F16B7B (or 0xF16B7B) is known color: Froly. HEX triplet: F1, 6B and 7B. RGB value is (241,107,123). Sum of RGB (Red+Green+Blue) = 241+107+123=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B7B is #0E9484. Grayscale: #949494. Windows color (decimal): -955525 or 8088561. OLE color: 8088561.

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

Color convert

RGB 241 107 123 -
CMYK 0 0.56 0.49 0.05
HSL 352.84º 0.83% 0.68% -
HSV(B) 352.84º 0.56% 0.95% -
XYZ 45.11 30.65 22.28 -
YUV 148.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 241 107 123 0 0.56 0.49 0.05 352.84 0.83 0.68
Hex F1 6B 7B 0 38 31 5 161 53 44
Octal 361 153 173 0 70 61 5 541 123 104
Binary 11110001 1101011 1111011 0 111000 110001 101 101100001 1010011 1000100

Color Harmonies of #F16B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B7B

Black with #F16B7B

Text Example


Text Example

White with #F16B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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