Html Css Color HEX #F5737D Froly

📋 copy color: '#F5737D'

red 245 ◦ green 115 ◦ blue 125

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

Shades of Froly #F5737D

Tints of Froly #F5737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 50.52%
G = 23.71%
B = 25.77%

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

#F5737D (or 0xF5737D) is known color: Froly. HEX triplet: F5, 73 and 7D. RGB value is (245,115,125). Sum of RGB (Red+Green+Blue) = 245+115+125=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5737D is #0A8C82. Grayscale: #9B9B9B. Windows color (decimal): -691331 or 8221685. OLE color: 8221685.

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

Color convert

RGB 245 115 125 -
CMYK 0 0.53 0.49 0.04
HSL 355.38º 0.87% 0.71% -
HSV(B) 355.38º 0.53% 0.96% -
XYZ 47.49 33.15 23.3 -
YUV 155.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 245 115 125 0 0.53 0.49 0.04 355.38 0.87 0.71
Hex F5 73 7D 0 35 31 4 163 57 47
Octal 365 163 175 0 65 61 4 543 127 107
Binary 11110101 1110011 1111101 0 110101 110001 100 101100011 1010111 1000111

Color Harmonies of #F5737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5737D

Black with #F5737D

Text Example


Text Example

White with #F5737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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