Html Css Color HEX #F5747D Froly

📋 copy color: '#F5747D'

red 245 ◦ green 116 ◦ blue 125

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

Shades of Froly #F5747D

Tints of Froly #F5747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 50.41%
G = 23.87%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5747D (or 0xF5747D) is known color: Froly. HEX triplet: F5, 74 and 7D. RGB value is (245,116,125). Sum of RGB (Red+Green+Blue) = 245+116+125=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5747D is #0A8B82. Grayscale: #9B9B9B. Windows color (decimal): -691075 or 8221941. OLE color: 8221941.

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

Color convert

RGB 245 116 125 -
CMYK 0 0.53 0.49 0.04
HSL 355.81º 0.87% 0.71% -
HSV(B) 355.81º 0.53% 0.96% -
XYZ 47.6 33.38 23.34 -
YUV 155.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 245 116 125 0 0.53 0.49 0.04 355.81 0.87 0.71
Hex F5 74 7D 0 35 31 4 164 57 47
Octal 365 164 175 0 65 61 4 544 127 107
Binary 11110101 1110100 1111101 0 110101 110001 100 101100100 1010111 1000111

Color Harmonies of #F5747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5747D

Black with #F5747D

Text Example


Text Example

White with #F5747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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