Html Css Color HEX #F7757A Froly

📋 copy color: '#F7757A'

red 247 ◦ green 117 ◦ blue 122

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

Shades of Froly #F7757A

Tints of Froly #F7757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 50.82%
G = 24.07%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7757A (or 0xF7757A) is known color: Froly. HEX triplet: F7, 75 and 7A. RGB value is (247,117,122). Sum of RGB (Red+Green+Blue) = 247+117+122=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7757A is #088A85. Grayscale: #9C9C9C. Windows color (decimal): -559750 or 8025591. OLE color: 8025591.

HSL color Cylindrical-coordinate representation of color #F7757A: hue angle of 357.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7757A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 122 -
CMYK 0 0.53 0.51 0.03
HSL 357.69º 0.89% 0.71% -
HSV(B) 357.69º 0.53% 0.97% -
XYZ 48.23 33.9 22.41 -
YUV 156.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 247 117 122 0 0.53 0.51 0.03 357.69 0.89 0.71
Hex F7 75 7A 0 35 33 3 166 59 47
Octal 367 165 172 0 65 63 3 546 131 107
Binary 11110111 1110101 1111010 0 110101 110011 11 101100110 1011001 1000111

Color Harmonies of #F7757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7757A

Black with #F7757A

Text Example


Text Example

White with #F7757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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