Html Css Color HEX #F5727A Froly

📋 copy color: '#F5727A'

red 245 ◦ green 114 ◦ blue 122

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

Shades of Froly #F5727A

Tints of Froly #F5727A

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

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

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

R = 50.94%
G = 23.7%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5727A (or 0xF5727A) is known color: Froly. HEX triplet: F5, 72 and 7A. RGB value is (245,114,122). Sum of RGB (Red+Green+Blue) = 245+114+122=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5727A is #0A8D85. Grayscale: #9A9A9A. Windows color (decimal): -691590 or 8024821. OLE color: 8024821.

HSL color Cylindrical-coordinate representation of color #F5727A: hue angle of 356.34º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5727A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 122 -
CMYK 0 0.53 0.50 0.04
HSL 356.34º 0.87% 0.7% -
HSV(B) 356.34º 0.53% 0.96% -
XYZ 47.19 32.85 22.27 -
YUV 154.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 245 114 122 0 0.53 0.50 0.04 356.34 0.87 0.7
Hex F5 72 7A 0 35 32 4 164 57 46
Octal 365 162 172 0 65 62 4 544 127 106
Binary 11110101 1110010 1111010 0 110101 110010 100 101100100 1010111 1000110

Color Harmonies of #F5727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5727A

Black with #F5727A

Text Example


Text Example

White with #F5727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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