Html Css Color HEX #F6777B Froly

📋 copy color: '#F6777B'

red 246 ◦ green 119 ◦ blue 123

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

Shades of Froly #F6777B

Tints of Froly #F6777B

RGB

 RED value IS 246 (96.48% from 255) = 50.41%

 GREEN value IS 119 (46.88% from 255) = 24.39%

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

R = 50.41%
G = 24.39%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6777B (or 0xF6777B) is known color: Froly. HEX triplet: F6, 77 and 7B. RGB value is (246,119,123). Sum of RGB (Red+Green+Blue) = 246+119+123=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777B is #098884. Grayscale: #9D9D9D. Windows color (decimal): -624773 or 8091638. OLE color: 8091638.

HSL color Cylindrical-coordinate representation of color #F6777B: hue angle of 358.11º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6777B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 119 123 -
CMYK 0 0.52 0.50 0.04
HSL 358.11º 0.88% 0.72% -
HSV(B) 358.11º 0.52% 0.96% -
XYZ 48.18 34.22 22.8 -
YUV 157.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 246 119 123 0 0.52 0.50 0.04 358.11 0.88 0.72
Hex F6 77 7B 0 34 32 4 166 58 48
Octal 366 167 173 0 64 62 4 546 130 110
Binary 11110110 1110111 1111011 0 110100 110010 100 101100110 1011000 1001000

Color Harmonies of #F6777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6777B

Black with #F6777B

Text Example


Text Example

White with #F6777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6777B; }

 p { color: rgb(246,119,123); }

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

background-color css

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

 a { background-color: rgb(246,119,123); }

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

border-color css

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

 span { border-color: rgb(246,119,123); }

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