Html Css Color HEX #F5787D Froly

📋 copy color: '#F5787D'

red 245 ◦ green 120 ◦ blue 125

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

Shades of Froly #F5787D

Tints of Froly #F5787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 50%
G = 24.49%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5787D (or 0xF5787D) is known color: Froly. HEX triplet: F5, 78 and 7D. RGB value is (245,120,125). Sum of RGB (Red+Green+Blue) = 245+120+125=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5787D is #0A8782. Grayscale: #9E9E9E. Windows color (decimal): -690051 or 8222965. OLE color: 8222965.

HSL color Cylindrical-coordinate representation of color #F5787D: hue angle of 357.6º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5787D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 120 125 -
CMYK 0 0.51 0.49 0.04
HSL 357.6º 0.86% 0.72% -
HSV(B) 357.6º 0.51% 0.96% -
XYZ 48.07 34.33 23.49 -
YUV 157.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 245 120 125 0 0.51 0.49 0.04 357.6 0.86 0.72
Hex F5 78 7D 0 33 31 4 166 56 48
Octal 365 170 175 0 63 61 4 546 126 110
Binary 11110101 1111000 1111101 0 110011 110001 100 101100110 1010110 1001000

Color Harmonies of #F5787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5787D

Black with #F5787D

Text Example


Text Example

White with #F5787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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