Html Css Color HEX #F77682 Froly

📋 copy color: '#F77682'

red 247 ◦ green 118 ◦ blue 130

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

Shades of Froly #F77682

Tints of Froly #F77682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 49.9%
G = 23.84%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F77682 (or 0xF77682) is known color: Froly. HEX triplet: F7, 76 and 82. RGB value is (247,118,130). Sum of RGB (Red+Green+Blue) = 247+118+130=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77682 is #08897D. Grayscale: #9E9E9E. Windows color (decimal): -559486 or 8550135. OLE color: 8550135.

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

Color convert

RGB 247 118 130 -
CMYK 0 0.52 0.47 0.03
HSL 354.42º 0.89% 0.72% -
HSV(B) 354.42º 0.52% 0.97% -
XYZ 48.87 34.34 25.17 -
YUV 157.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 247 118 130 0 0.52 0.47 0.03 354.42 0.89 0.72
Hex F7 76 82 0 34 2F 3 162 59 48
Octal 367 166 202 0 64 57 3 542 131 110
Binary 11110111 1110110 10000010 0 110100 101111 11 101100010 1011001 1001000

Color Harmonies of #F77682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77682

Black with #F77682

Text Example


Text Example

White with #F77682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77682; }

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

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

background-color css

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

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

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

border-color css

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

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

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