Html Css Color HEX #F77781 Froly

📋 copy color: '#F77781'

red 247 ◦ green 119 ◦ blue 129

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

Shades of Froly #F77781

Tints of Froly #F77781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 49.9%
G = 24.04%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F77781 (or 0xF77781) is known color: Froly. HEX triplet: F7, 77 and 81. RGB value is (247,119,129). Sum of RGB (Red+Green+Blue) = 247+119+129=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77781 is #08887E. Grayscale: #9E9E9E. Windows color (decimal): -559231 or 8484855. OLE color: 8484855.

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

Color convert

RGB 247 119 129 -
CMYK 0 0.52 0.48 0.03
HSL 355.31º 0.89% 0.72% -
HSV(B) 355.31º 0.52% 0.97% -
XYZ 48.92 34.55 24.86 -
YUV 158.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 247 119 129 0 0.52 0.48 0.03 355.31 0.89 0.72
Hex F7 77 81 0 34 30 3 163 59 48
Octal 367 167 201 0 64 60 3 543 131 110
Binary 11110111 1110111 10000001 0 110100 110000 11 101100011 1011001 1001000

Color Harmonies of #F77781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77781

Black with #F77781

Text Example


Text Example

White with #F77781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77781; }

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

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

background-color css

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

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

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

border-color css

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

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

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