Html Css Color HEX #F5747B Froly

📋 copy color: '#F5747B'

red 245 ◦ green 116 ◦ blue 123

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

Shades of Froly #F5747B

Tints of Froly #F5747B

RGB

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

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

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

R = 50.62%
G = 23.97%
B = 25.41%

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

#F5747B (or 0xF5747B) is known color: Froly. HEX triplet: F5, 74 and 7B. RGB value is (245,116,123). Sum of RGB (Red+Green+Blue) = 245+116+123=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5747B is #0A8B84. Grayscale: #9B9B9B. Windows color (decimal): -691077 or 8090869. OLE color: 8090869.

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

Color convert

RGB 245 116 123 -
CMYK 0 0.53 0.50 0.04
HSL 356.74º 0.87% 0.71% -
HSV(B) 356.74º 0.53% 0.96% -
XYZ 47.48 33.33 22.67 -
YUV 155.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 245 116 123 0 0.53 0.50 0.04 356.74 0.87 0.71
Hex F5 74 7B 0 35 32 4 165 57 47
Octal 365 164 173 0 65 62 4 545 127 107
Binary 11110101 1110100 1111011 0 110101 110010 100 101100101 1010111 1000111

Color Harmonies of #F5747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5747B

Black with #F5747B

Text Example


Text Example

White with #F5747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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