Html Css Color HEX #F9767C Froly

📋 copy color: '#F9767C'

red 249 ◦ green 118 ◦ blue 124

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

Shades of Froly #F9767C

Tints of Froly #F9767C

RGB

 RED value IS 249 (97.66% from 255) = 50.71%

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

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

R = 50.71%
G = 24.03%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9767C (or 0xF9767C) is known color: Froly. HEX triplet: F9, 76 and 7C. RGB value is (249,118,124). Sum of RGB (Red+Green+Blue) = 249+118+124=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9767C is #068983. Grayscale: #9D9D9D. Windows color (decimal): -428420 or 8156921. OLE color: 8156921.

HSL color Cylindrical-coordinate representation of color #F9767C: hue angle of 357.25º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9767C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 124 -
CMYK 0 0.53 0.50 0.02
HSL 357.25º 0.92% 0.72% -
HSV(B) 357.25º 0.53% 0.98% -
XYZ 49.18 34.55 23.15 -
YUV 157.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 249 118 124 0 0.53 0.50 0.02 357.25 0.92 0.72
Hex F9 76 7C 0 35 32 2 165 5C 48
Octal 371 166 174 0 65 62 2 545 134 110
Binary 11111001 1110110 1111100 0 110101 110010 10 101100101 1011100 1001000

Color Harmonies of #F9767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9767C

Black with #F9767C

Text Example


Text Example

White with #F9767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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