Html Css Color HEX #F77A7D Froly

📋 copy color: '#F77A7D'

red 247 ◦ green 122 ◦ blue 125

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

Shades of Froly #F77A7D

Tints of Froly #F77A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 50%
G = 24.7%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F77A7D (or 0xF77A7D) is known color: Froly. HEX triplet: F7, 7A and 7D. RGB value is (247,122,125). Sum of RGB (Red+Green+Blue) = 247+122+125=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A7D is #088582. Grayscale: #9F9F9F. Windows color (decimal): -558467 or 8223479. OLE color: 8223479.

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

Color convert

RGB 247 122 125 -
CMYK 0 0.51 0.49 0.03
HSL 358.56º 0.89% 0.72% -
HSV(B) 358.56º 0.51% 0.97% -
XYZ 49.02 35.17 23.61 -
YUV 159.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 247 122 125 0 0.51 0.49 0.03 358.56 0.89 0.72
Hex F7 7A 7D 0 33 31 3 167 59 48
Octal 367 172 175 0 63 61 3 547 131 110
Binary 11110111 1111010 1111101 0 110011 110001 11 101100111 1011001 1001000

Color Harmonies of #F77A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A7D

Black with #F77A7D

Text Example


Text Example

White with #F77A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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