Html Css Color HEX #F7767C Froly

📋 copy color: '#F7767C'

red 247 ◦ green 118 ◦ blue 124

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

Shades of Froly #F7767C

Tints of Froly #F7767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.13%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 50.51%
G = 24.13%
B = 25.36%

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

#F7767C (or 0xF7767C) is known color: Froly. HEX triplet: F7, 76 and 7C. RGB value is (247,118,124). Sum of RGB (Red+Green+Blue) = 247+118+124=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7767C is #088983. Grayscale: #9D9D9D. Windows color (decimal): -559492 or 8156919. OLE color: 8156919.

HSL color Cylindrical-coordinate representation of color #F7767C: hue angle of 357.21º 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 #F7767C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 118 124 -
CMYK 0 0.52 0.50 0.03
HSL 357.21º 0.89% 0.72% -
HSV(B) 357.21º 0.52% 0.97% -
XYZ 48.47 34.19 23.11 -
YUV 157.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 247 118 124 0 0.52 0.50 0.03 357.21 0.89 0.72
Hex F7 76 7C 0 34 32 3 165 59 48
Octal 367 166 174 0 64 62 3 545 131 110
Binary 11110111 1110110 1111100 0 110100 110010 11 101100101 1011001 1001000

Color Harmonies of #F7767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7767C

Black with #F7767C

Text Example


Text Example

White with #F7767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7767C; }

 p { color: rgb(247,118,124); }

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

background-color css

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

 a { background-color: rgb(247,118,124); }

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

border-color css

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

 span { border-color: rgb(247,118,124); }

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