Html Css Color HEX #F7727A Froly

📋 copy color: '#F7727A'

red 247 ◦ green 114 ◦ blue 122

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

Shades of Froly #F7727A

Tints of Froly #F7727A

RGB

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

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

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

R = 51.14%
G = 23.6%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7727A (or 0xF7727A) is known color: Froly. HEX triplet: F7, 72 and 7A. RGB value is (247,114,122). Sum of RGB (Red+Green+Blue) = 247+114+122=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7727A is #088D85. Grayscale: #9A9A9A. Windows color (decimal): -560518 or 8024823. OLE color: 8024823.

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

Color convert

RGB 247 114 122 -
CMYK 0 0.54 0.51 0.03
HSL 356.39º 0.89% 0.71% -
HSV(B) 356.39º 0.54% 0.97% -
XYZ 47.89 33.21 22.3 -
YUV 154.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 247 114 122 0 0.54 0.51 0.03 356.39 0.89 0.71
Hex F7 72 7A 0 36 33 3 164 59 47
Octal 367 162 172 0 66 63 3 544 131 107
Binary 11110111 1110010 1111010 0 110110 110011 11 101100100 1011001 1000111

Color Harmonies of #F7727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7727A

Black with #F7727A

Text Example


Text Example

White with #F7727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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