Html Css Color HEX #F7727B Froly

📋 copy color: '#F7727B'

red 247 ◦ green 114 ◦ blue 123

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

Shades of Froly #F7727B

Tints of Froly #F7727B

RGB

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

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

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

R = 51.03%
G = 23.55%
B = 25.41%

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

#F7727B (or 0xF7727B) is known color: Froly. HEX triplet: F7, 72 and 7B. RGB value is (247,114,123). Sum of RGB (Red+Green+Blue) = 247+114+123=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7727B is #088D84. Grayscale: #9A9A9A. Windows color (decimal): -560517 or 8090359. OLE color: 8090359.

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

Color convert

RGB 247 114 123 -
CMYK 0 0.54 0.50 0.03
HSL 355.94º 0.89% 0.71% -
HSV(B) 355.94º 0.54% 0.97% -
XYZ 47.95 33.24 22.63 -
YUV 154.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 247 114 123 0 0.54 0.50 0.03 355.94 0.89 0.71
Hex F7 72 7B 0 36 32 3 164 59 47
Octal 367 162 173 0 66 62 3 544 131 107
Binary 11110111 1110010 1111011 0 110110 110010 11 101100100 1011001 1000111

Color Harmonies of #F7727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7727B

Black with #F7727B

Text Example


Text Example

White with #F7727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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