Html Css Color HEX #F5757A Froly

📋 copy color: '#F5757A'

red 245 ◦ green 117 ◦ blue 122

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

Shades of Froly #F5757A

Tints of Froly #F5757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 50.62%
G = 24.17%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5757A (or 0xF5757A) is known color: Froly. HEX triplet: F5, 75 and 7A. RGB value is (245,117,122). Sum of RGB (Red+Green+Blue) = 245+117+122=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5757A is #0A8A85. Grayscale: #9B9B9B. Windows color (decimal): -690822 or 8025589. OLE color: 8025589.

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

Color convert

RGB 245 117 122 -
CMYK 0 0.52 0.50 0.04
HSL 357.66º 0.86% 0.71% -
HSV(B) 357.66º 0.52% 0.96% -
XYZ 47.53 33.54 22.38 -
YUV 155.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 245 117 122 0 0.52 0.50 0.04 357.66 0.86 0.71
Hex F5 75 7A 0 34 32 4 166 56 47
Octal 365 165 172 0 64 62 4 546 126 107
Binary 11110101 1110101 1111010 0 110100 110010 100 101100110 1010110 1000111

Color Harmonies of #F5757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5757A

Black with #F5757A

Text Example


Text Example

White with #F5757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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