Html Css Color HEX #F7777B Froly

📋 copy color: '#F7777B'

red 247 ◦ green 119 ◦ blue 123

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

Shades of Froly #F7777B

Tints of Froly #F7777B

RGB

 RED value IS 247 (96.88% from 255) = 50.51%

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

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

R = 50.51%
G = 24.34%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7777B (or 0xF7777B) is known color: Froly. HEX triplet: F7, 77 and 7B. RGB value is (247,119,123). Sum of RGB (Red+Green+Blue) = 247+119+123=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777B is #088884. Grayscale: #9D9D9D. Windows color (decimal): -559237 or 8091639. OLE color: 8091639.

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

Color convert

RGB 247 119 123 -
CMYK 0 0.52 0.50 0.03
HSL 358.13º 0.89% 0.72% -
HSV(B) 358.13º 0.52% 0.97% -
XYZ 48.53 34.4 22.82 -
YUV 157.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 247 119 123 0 0.52 0.50 0.03 358.13 0.89 0.72
Hex F7 77 7B 0 34 32 3 166 59 48
Octal 367 167 173 0 64 62 3 546 131 110
Binary 11110111 1110111 1111011 0 110100 110010 11 101100110 1011001 1001000

Color Harmonies of #F7777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7777B

Black with #F7777B

Text Example


Text Example

White with #F7777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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