Html Css Color HEX #F5757F Froly

📋 copy color: '#F5757F'

red 245 ◦ green 117 ◦ blue 127

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

Shades of Froly #F5757F

Tints of Froly #F5757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 50.1%
G = 23.93%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5757F (or 0xF5757F) is known color: Froly. HEX triplet: F5, 75 and 7F. RGB value is (245,117,127). Sum of RGB (Red+Green+Blue) = 245+117+127=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5757F is #0A8A80. Grayscale: #9C9C9C. Windows color (decimal): -690817 or 8353269. OLE color: 8353269.

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

Color convert

RGB 245 117 127 -
CMYK 0 0.52 0.48 0.04
HSL 355.31º 0.86% 0.71% -
HSV(B) 355.31º 0.52% 0.96% -
XYZ 47.85 33.67 24.06 -
YUV 156.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 245 117 127 0 0.52 0.48 0.04 355.31 0.86 0.71
Hex F5 75 7F 0 34 30 4 163 56 47
Octal 365 165 177 0 64 60 4 543 126 107
Binary 11110101 1110101 1111111 0 110100 110000 100 101100011 1010110 1000111

Color Harmonies of #F5757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5757F

Black with #F5757F

Text Example


Text Example

White with #F5757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5757F; }

 p { color: rgb(245,117,127); }

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

background-color css

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

 a { background-color: rgb(245,117,127); }

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

border-color css

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

 span { border-color: rgb(245,117,127); }

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