Html Css Color HEX #F7727C Froly

📋 copy color: '#F7727C'

red 247 ◦ green 114 ◦ blue 124

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

Shades of Froly #F7727C

Tints of Froly #F7727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 50.93%
G = 23.51%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7727C (or 0xF7727C) is known color: Froly. HEX triplet: F7, 72 and 7C. RGB value is (247,114,124). Sum of RGB (Red+Green+Blue) = 247+114+124=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7727C is #088D83. Grayscale: #9B9B9B. Windows color (decimal): -560516 or 8155895. OLE color: 8155895.

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

Color convert

RGB 247 114 124 -
CMYK 0 0.54 0.50 0.03
HSL 355.49º 0.89% 0.71% -
HSV(B) 355.49º 0.54% 0.97% -
XYZ 48.01 33.26 22.96 -
YUV 154.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 247 114 124 0 0.54 0.50 0.03 355.49 0.89 0.71
Hex F7 72 7C 0 36 32 3 163 59 47
Octal 367 162 174 0 66 62 3 543 131 107
Binary 11110111 1110010 1111100 0 110110 110010 11 101100011 1011001 1000111

Color Harmonies of #F7727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7727C

Black with #F7727C

Text Example


Text Example

White with #F7727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7727C; }

 p { color: rgb(247,114,124); }

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

background-color css

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

 a { background-color: rgb(247,114,124); }

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

border-color css

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

 span { border-color: rgb(247,114,124); }

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