Html Css Color HEX #F5747F Froly

📋 copy color: '#F5747F'

red 245 ◦ green 116 ◦ blue 127

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

Shades of Froly #F5747F

Tints of Froly #F5747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

 BLUE value IS 127 (50% from 255) = 26.02%

R = 50.2%
G = 23.77%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5747F (or 0xF5747F) is known color: Froly. HEX triplet: F5, 74 and 7F. RGB value is (245,116,127). Sum of RGB (Red+Green+Blue) = 245+116+127=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5747F is #0A8B80. Grayscale: #9B9B9B. Windows color (decimal): -691073 or 8353013. OLE color: 8353013.

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

Color convert

RGB 245 116 127 -
CMYK 0 0.53 0.48 0.04
HSL 354.88º 0.87% 0.71% -
HSV(B) 354.88º 0.53% 0.96% -
XYZ 47.73 33.44 24.02 -
YUV 155.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 245 116 127 0 0.53 0.48 0.04 354.88 0.87 0.71
Hex F5 74 7F 0 35 30 4 163 57 47
Octal 365 164 177 0 65 60 4 543 127 107
Binary 11110101 1110100 1111111 0 110101 110000 100 101100011 1010111 1000111

Color Harmonies of #F5747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5747F

Black with #F5747F

Text Example


Text Example

White with #F5747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5747F; }

 p { color: rgb(245,116,127); }

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

background-color css

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

 a { background-color: rgb(245,116,127); }

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

border-color css

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

 span { border-color: rgb(245,116,127); }

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