Html Css Color HEX #F7777A Froly

📋 copy color: '#F7777A'

red 247 ◦ green 119 ◦ blue 122

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

Shades of Froly #F7777A

Tints of Froly #F7777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 50.61%
G = 24.39%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7777A (or 0xF7777A) is known color: Froly. HEX triplet: F7, 77 and 7A. RGB value is (247,119,122). Sum of RGB (Red+Green+Blue) = 247+119+122=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777A is #088885. Grayscale: #9D9D9D. Windows color (decimal): -559238 or 8026103. OLE color: 8026103.

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

Color convert

RGB 247 119 122 -
CMYK 0 0.52 0.51 0.03
HSL 358.59º 0.89% 0.72% -
HSV(B) 358.59º 0.52% 0.97% -
XYZ 48.47 34.37 22.49 -
YUV 157.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 247 119 122 0 0.52 0.51 0.03 358.59 0.89 0.72
Hex F7 77 7A 0 34 33 3 167 59 48
Octal 367 167 172 0 64 63 3 547 131 110
Binary 11110111 1110111 1111010 0 110100 110011 11 101100111 1011001 1001000

Color Harmonies of #F7777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7777A

Black with #F7777A

Text Example


Text Example

White with #F7777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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