Html Css Color HEX #F5656B Froly

📋 copy color: '#F5656B'

red 245 ◦ green 101 ◦ blue 107

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

Shades of Froly #F5656B

Tints of Froly #F5656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 54.08%
G = 22.3%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5656B (or 0xF5656B) is known color: Froly. HEX triplet: F5, 65 and 6B. RGB value is (245,101,107). Sum of RGB (Red+Green+Blue) = 245+101+107=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5656B is #0A9A94. Grayscale: #909090. Windows color (decimal): -694933 or 7038453. OLE color: 7038453.

HSL color Cylindrical-coordinate representation of color #F5656B: hue angle of 357.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5656B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 107 -
CMYK 0 0.59 0.56 0.04
HSL 357.5º 0.88% 0.68% -
HSV(B) 357.5º 0.59% 0.96% -
XYZ 44.96 29.78 17.29 -
YUV 144.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 245 101 107 0 0.59 0.56 0.04 357.5 0.88 0.68
Hex F5 65 6B 0 3B 38 4 166 58 44
Octal 365 145 153 0 73 70 4 546 130 104
Binary 11110101 1100101 1101011 0 111011 111000 100 101100110 1011000 1000100

Color Harmonies of #F5656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5656B

Black with #F5656B

Text Example


Text Example

White with #F5656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5656B; }

 p { color: rgb(245,101,107); }

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

background-color css

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

 a { background-color: rgb(245,101,107); }

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

border-color css

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

 span { border-color: rgb(245,101,107); }

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