Html Css Color HEX #F7757B Froly

📋 copy color: '#F7757B'

red 247 ◦ green 117 ◦ blue 123

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

Shades of Froly #F7757B

Tints of Froly #F7757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 50.72%
G = 24.02%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7757B (or 0xF7757B) is known color: Froly. HEX triplet: F7, 75 and 7B. RGB value is (247,117,123). Sum of RGB (Red+Green+Blue) = 247+117+123=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7757B is #088A84. Grayscale: #9C9C9C. Windows color (decimal): -559749 or 8091127. OLE color: 8091127.

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

Color convert

RGB 247 117 123 -
CMYK 0 0.53 0.50 0.03
HSL 357.23º 0.89% 0.71% -
HSV(B) 357.23º 0.53% 0.97% -
XYZ 48.29 33.93 22.74 -
YUV 156.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 247 117 123 0 0.53 0.50 0.03 357.23 0.89 0.71
Hex F7 75 7B 0 35 32 3 165 59 47
Octal 367 165 173 0 65 62 3 545 131 107
Binary 11110111 1110101 1111011 0 110101 110010 11 101100101 1011001 1000111

Color Harmonies of #F7757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7757B

Black with #F7757B

Text Example


Text Example

White with #F7757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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