Html Css Color HEX #F57381 Froly

📋 copy color: '#F57381'

red 245 ◦ green 115 ◦ blue 129

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

Shades of Froly #F57381

Tints of Froly #F57381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 50.1%
G = 23.52%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57381 (or 0xF57381) is known color: Froly. HEX triplet: F5, 73 and 81. RGB value is (245,115,129). Sum of RGB (Red+Green+Blue) = 245+115+129=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F57381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57381 is #0A8C7E. Grayscale: #9B9B9B. Windows color (decimal): -691327 or 8483829. OLE color: 8483829.

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

Color convert

RGB 245 115 129 -
CMYK 0 0.53 0.47 0.04
HSL 353.54º 0.87% 0.71% -
HSV(B) 353.54º 0.53% 0.96% -
XYZ 47.75 33.26 24.67 -
YUV 155.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 245 115 129 0 0.53 0.47 0.04 353.54 0.87 0.71
Hex F5 73 81 0 35 2F 4 162 57 47
Octal 365 163 201 0 65 57 4 542 127 107
Binary 11110101 1110011 10000001 0 110101 101111 100 101100010 1010111 1000111

Color Harmonies of #F57381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57381

Black with #F57381

Text Example


Text Example

White with #F57381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57381; }

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

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

background-color css

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

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

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

border-color css

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

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

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